summaryrefslogtreecommitdiffstats
path: root/gfx/layers/client/TextureRecorded.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/client/TextureRecorded.h')
-rw-r--r--gfx/layers/client/TextureRecorded.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/layers/client/TextureRecorded.h b/gfx/layers/client/TextureRecorded.h
index 56e504fb54..9e4e69e78d 100644
--- a/gfx/layers/client/TextureRecorded.h
+++ b/gfx/layers/client/TextureRecorded.h
@@ -58,6 +58,8 @@ class RecordedTextureData final : public TextureData {
~RecordedTextureData() override;
+ void DetachSnapshotWrapper(bool aInvalidate = false, bool aRelease = true);
+
int64_t mTextureId;
RefPtr<CanvasChild> mCanvasChild;
gfx::IntSize mSize;