aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.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/core/SkImage.h
parent37cc0b2e31e4a078b12790253d7032d36271440c (diff)
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index e0ea7217d0..28b1803629 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -171,11 +171,11 @@ public:
bool isTextureBacked() const;
/**
- * Retrieves the backend API handle of the texture. If flushPendingGrContextReads then the
- * GrContext will issue to the backend API any deferred read operations on the texture before
+ * Retrieves the backend API handle of the texture. If flushPendingGrContextIO then the
+ * GrContext will issue to the backend API any deferred IO operations on the texture before
* returning.
*/
- GrBackendObject getTextureHandle(bool flushPendingGrContextReads) const;
+ GrBackendObject getTextureHandle(bool flushPendingGrContextIO) const;
/**
* Copy the pixels from the image into the specified buffer (pixels + rowBytes),