| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index fd20e5e0e521f712848be9bdd5d6d2c481d2cd99..5ea93b253d235986644cae4c761c8ee1cb761097 100644
|
| --- a/include/core/SkImage.h
|
| +++ b/include/core/SkImage.h
|
| @@ -341,6 +341,10 @@ public:
|
| * the pixels fails). Otherwise, it returns the original image.
|
| */
|
| sk_sp<SkImage> makeNonTextureImage() const;
|
| +
|
| + void pinAsTexture(GrContext*) const;
|
| + void unpinAsTexture(GrContext*) const;
|
| +
|
| /**
|
| * Apply a given image filter to this image, and return the filtered result.
|
| *
|
|
|