Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: include/core/SkImage.h

Issue 1216243003: Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImage.h
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index e0ea7217d0773248d95d1ce2eabf4e6af3c9c820..28b1803629318cacec31a3aa92a5c3dd2bd1d23e 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),
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698