diff options
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r-- | include/gpu/GrTexture.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h index 17d4e1e40d..1997f68ddf 100644 --- a/include/gpu/GrTexture.h +++ b/include/gpu/GrTexture.h @@ -133,6 +133,12 @@ public: */ virtual intptr_t getTextureHandle() const = 0; + /** + * Call this when the state of the native API texture object is + * altered directly, without being tracked by skia. + */ + virtual void invalidateCachedState() = 0; + #if GR_DEBUG void validate() const { this->INHERITED::validate(); |