Index: src/core/SkImageCacherator.cpp |
diff --git a/src/core/SkImageCacherator.cpp b/src/core/SkImageCacherator.cpp |
index 71afc0e68aa7a29608e82ebcc887b10f03f5d10e..4b4997da2502a73bd47be1c301be9b0c05daea99 100644 |
--- a/src/core/SkImageCacherator.cpp |
+++ b/src/core/SkImageCacherator.cpp |
@@ -293,7 +293,7 @@ protected: |
// able to efficiently produce a "stretched" texture natively (e.g. picture-backed) |
// GrTexture* generateTextureForParams(GrContext*, const SkGrStretch&) override; |
- GrTexture* refOriginalTexture(GrContext* ctx) override { |
+ GrTexture* refOriginalTexture(GrContext* ctx, const GrTextureParams&) override { |
return fCacher->lockTexture(ctx, fOriginalKey, fClient); |
} |