| Index: src/core/SkImageCacherator.h
|
| diff --git a/src/core/SkImageCacherator.h b/src/core/SkImageCacherator.h
|
| index 1d00117e1851377fd9ccb856ca31333d2d0ba671..7508f34fe7d1530fa310ba0be61956ff159ac486 100644
|
| --- a/src/core/SkImageCacherator.h
|
| +++ b/src/core/SkImageCacherator.h
|
| @@ -60,7 +60,7 @@ private:
|
| bool generateBitmap(SkBitmap*);
|
| bool tryLockAsBitmap(SkBitmap*, const SkImage*);
|
| #if SK_SUPPORT_GPU
|
| - GrTexture* lockUnstretchedTexture(GrContext*, const GrTextureParams&, const SkImage* client);
|
| + GrTexture* lockUnstretchedTexture(GrContext*, const SkImage* client);
|
| #endif
|
|
|
| class ScopedGenerator {
|
|
|