Chromium Code Reviews| Index: src/core/SkLiteDL.h |
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h |
| index 132bc376c899d88889a0201c56af980b8f5181a2..072672d7efd3f277cfc641ede444ca580cddac28 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; |
| }; |