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 6986db40e75d5db49a7c678147ea4ebcc4b2e4ad..b5412baf7bfac530e54413760a15e5bf65a7f41c 100644 |
| --- a/cc/resources/picture_pile_impl.h |
| +++ b/cc/resources/picture_pile_impl.h |
| @@ -19,6 +19,14 @@ |
| #include "skia/ext/refptr.h" |
| #include "third_party/skia/include/core/SkPicture.h" |
|
vmpstr
2014/11/13 20:13:49
nit: Either this isn't needed or the forward decla
danakj
2014/11/13 20:27:54
Removed the header.
|
| +class SkCanvas; |
| +class SkPicture; |
| +class SkPixelRef; |
| + |
| +namespace gfx { |
| +class Rect; |
| +} |
| + |
| namespace cc { |
| class CC_EXPORT PicturePileImpl : public RasterSource { |