Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index e3b33e9438618267b865e0e264e1c46919ab7843..b092f12f78c4c0479cbe26d21dda6069b84911c9 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -293,7 +293,6 @@ private: |
| SkAutoTDelete<SkRecord> fRecord; |
| SkAutoTUnref<SkBBoxHierarchy> fBBH; |
| - bool fRecordWillPlayBackBitmaps; // TODO: const |
| }; |
| #endif |