Chromium Code Reviews| Index: cc/resources/picture.cc |
| diff --git a/cc/resources/picture.cc b/cc/resources/picture.cc |
| index f956389aa14c7efe993152f5e4c1dc1459d8aa4d..a8e2422da53678e273fb9b006935853742302e51 100644 |
| --- a/cc/resources/picture.cc |
| +++ b/cc/resources/picture.cc |
| @@ -21,6 +21,7 @@ |
| #include "third_party/skia/include/core/SkBBHFactory.h" |
| #include "third_party/skia/include/core/SkCanvas.h" |
| #include "third_party/skia/include/core/SkData.h" |
| +#include "third_party/skia/include/core/SkDrawPictureCallback.h" |
|
danakj
2015/01/06 15:42:46
the forward declaration from the .h should be enou
robertphillips
2015/01/06 16:08:09
This will also go away after the Chromium-side ren
|
| #include "third_party/skia/include/core/SkPaint.h" |
| #include "third_party/skia/include/core/SkPictureRecorder.h" |
| #include "third_party/skia/include/core/SkPixelSerializer.h" |