Index: include/gpu/GrTexture.h |
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
index 43b69eade2aedd4ca3c1391ac45d2a651fccb7ec..4fd5a478eb278a271cb0d673dc25f79bed35d067 100644 |
--- a/include/gpu/GrTexture.h |
+++ b/include/gpu/GrTexture.h |
@@ -32,7 +32,7 @@ public: |
size_t rowBytes = 0, |
uint32_t pixelOpsFlags = 0) SK_OVERRIDE; |
- virtual void writePixels(int left, int top, int width, int height, |
+ virtual bool writePixels(int left, int top, int width, int height, |
GrPixelConfig config, |
const void* buffer, |
size_t rowBytes = 0, |