Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index 8fcf66707c20ac229a162e6e30a4dec9cd88cc3b..62fc6331988cbe17933241b228766d3410292e2e 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -313,6 +313,7 @@ private: |
| SkPicture(int width, int height, SkRecord*); // Takes ownership. |
| SkAutoTDelete<SkRecord> fRecord; |
| + bool fRecordWillPlayBackBitmaps; // TODO: const |
| }; |
| #endif |