aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrSurface.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-06-30 11:37:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-30 11:37:35 -0700
commitc49e8682ab0614e1b6816dadd00f65d770ab6999 (patch)
treed4b1e381b349e85d1b7e40cc6fe232e7a08d0c57 /include/gpu/GrSurface.h
parent37cc0b2e31e4a078b12790253d7032d36271440c (diff)
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle
Diffstat (limited to 'include/gpu/GrSurface.h')
-rw-r--r--include/gpu/GrSurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h
index 543ccd134f..bdf48be0f9 100644
--- a/include/gpu/GrSurface.h
+++ b/include/gpu/GrSurface.h
@@ -116,10 +116,10 @@ public:
/**
- * After this returns any pending writes to the surface will be issued to the backend 3D API and
+ * After this returns any pending surface IO will be issued to the backend 3D API and
* if the surface has MSAA it will be resolved.
*/
- void prepareForExternalRead();
+ void prepareForExternalIO();
/** Access methods that are only to be used within Skia code. */
inline GrSurfacePriv surfacePriv();