| Index: src/image/SkImage_Base.h
|
| diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h
|
| index b314cc6c2ff092b52f76bba525188c41c0bb9cbe..54e30bf23e3971db720f30022867e6ce319fed95 100644
|
| --- a/src/image/SkImage_Base.h
|
| +++ b/src/image/SkImage_Base.h
|
| @@ -46,6 +46,8 @@ public:
|
|
|
| virtual GrTexture* peekTexture() const { return nullptr; }
|
| #if SK_SUPPORT_GPU
|
| + virtual bool canGenerateTexture(const GrContextThreadSafeProxy& proxy) const { return false; }
|
| +
|
| virtual sk_sp<GrTexture> refPinnedTexture(uint32_t* uniqueID) const { return nullptr; }
|
| #endif
|
| virtual SkImageCacherator* peekCacherator() const { return nullptr; }
|
|
|