Chromium Code Reviews| Index: cc/resources/picture_pile_impl.h |
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h |
| index ce643337791171cc9f6012232ceca658ae06d7c4..cb4acf1a9a9ae73fc6be2173998afdcea1bb36f0 100644 |
| --- a/cc/resources/picture_pile_impl.h |
| +++ b/cc/resources/picture_pile_impl.h |
| @@ -48,6 +48,8 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase { |
| bool is_transparent; |
| bool is_cheap_to_raster; |
| SkColor solid_color; |
| + |
| + std::list<skia::LazyPixelRef*> lazy_pixel_refs; |
|
Sami
2013/03/18 17:33:19
Can we also use the typedef from AnalysisCanvas he
|
| }; |
| void AnalyzeInRect(const gfx::Rect& content_rect, |