aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLiteDL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLiteDL.h')
-rw-r--r--src/core/SkLiteDL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
index 132bc376c8..072672d7ef 100644
--- a/src/core/SkLiteDL.h
+++ b/src/core/SkLiteDL.h
@@ -85,6 +85,7 @@ private:
void onDraw(SkCanvas*) override;
SkLiteDL* fNext;
+ int fUsesRemaining;
SkRect fBounds;
SkTDArray<uint8_t> fBytes;
};