| Index: gm/image_pict.cpp
|
| diff --git a/gm/image_pict.cpp b/gm/image_pict.cpp
|
| index 72590094c853eac6fd69cf70dafa40f9174476ea..a62ffa0c547fb45099fa8fd585d8e454ce9f468b 100644
|
| --- a/gm/image_pict.cpp
|
| +++ b/gm/image_pict.cpp
|
| @@ -220,8 +220,7 @@ public:
|
| fTexture.reset(SkRef(image->getTexture()));
|
| }
|
| protected:
|
| - GrTexture* onGenerateTexture(GrContext* ctx, const GrTextureParams& params,
|
| - const SkIRect* subset) override {
|
| + GrTexture* onGenerateTexture(GrContext* ctx, const SkIRect* subset) override {
|
| if (ctx) {
|
| SkASSERT(ctx == fCtx.get());
|
| }
|
|
|