| Index: src/gpu/GrImageIDTextureAdjuster.h
|
| diff --git a/src/gpu/GrImageIDTextureAdjuster.h b/src/gpu/GrImageIDTextureAdjuster.h
|
| index c32bdb18a09d8b778c0dd85d63349e933397e551..6092fcf7bd544cdbbeacb4a1dbd6c0f9f5321f7d 100644
|
| --- a/src/gpu/GrImageIDTextureAdjuster.h
|
| +++ b/src/gpu/GrImageIDTextureAdjuster.h
|
| @@ -15,25 +15,6 @@ class SkBitmap;
|
| class SkImage_Base;
|
| class SkImageCacherator;
|
|
|
| -/** Implementation for texture-backed SkBitmaps. The bitmap must stay in scope and unmodified
|
| - while this object exists. */
|
| -class GrBitmapTextureAdjuster : public GrTextureAdjuster {
|
| -public:
|
| - explicit GrBitmapTextureAdjuster(const SkBitmap* bmp);
|
| -
|
| -protected:
|
| - SkColorSpace* getColorSpace() override;
|
| -
|
| -private:
|
| - void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
|
| -
|
| - void didCacheCopy(const GrUniqueKey& copyKey) override;
|
| -
|
| - const SkBitmap* fBmp;
|
| -
|
| - typedef GrTextureAdjuster INHERITED;
|
| -};
|
| -
|
| /** Implementation for texture-backed SkImages. The image must stay in scope and unmodified while
|
| this object exists. */
|
| class GrImageTextureAdjuster : public GrTextureAdjuster {
|
|
|