Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2819)

Unified Diff: cc/resources/picture.cc

Issue 806553004: Fix inclusion of SkDrawPictureCallback.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« cc/resources/picture.h ('K') | « cc/resources/picture.h ('k') | skia/ext/analysis_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698