Index: src/image/SkImage_Gpu.h |
diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h |
index d5080d7a3a579160e460737ff0a79e284979794b..ff3b12e668d4170f6553dc662afc627d759c1860 100644 |
--- a/src/image/SkImage_Gpu.h |
+++ b/src/image/SkImage_Gpu.h |
@@ -35,14 +35,14 @@ public: |
} |
} |
- bool getROPixels(SkBitmap*) const override; |
+ bool getROPixels(SkBitmap*, CachingHint) const override; |
GrTexture* asTextureRef(GrContext* ctx, const GrTextureParams& params) const override; |
SkImage* onNewSubset(const SkIRect&) const override; |
GrTexture* peekTexture() const override { return fTexture; } |
bool isOpaque() const override; |
bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes, |
- int srcX, int srcY) const override; |
+ int srcX, int srcY, CachingHint) const override; |
SkImage* onApplyFilter(SkImageFilter*, SkIPoint* offset, |
bool forceResultToOriginalSize) const override; |