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

Unified Diff: cc/resources/drawing_display_item.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
« no previous file with comments | « no previous file | cc/resources/picture.h » ('j') | cc/resources/picture.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/drawing_display_item.cc
diff --git a/cc/resources/drawing_display_item.cc b/cc/resources/drawing_display_item.cc
index 4efe9f32d28e92b98b649bfa8365425c71fede1c..f8d3c62ce6f1c909954dee1f338ea5878250ab4e 100644
--- a/cc/resources/drawing_display_item.cc
+++ b/cc/resources/drawing_display_item.cc
@@ -5,6 +5,7 @@
#include "cc/resources/drawing_display_item.h"
#include "third_party/skia/include/core/SkCanvas.h"
+#include "third_party/skia/include/core/SkDrawPictureCallback.h"
danakj 2015/01/06 15:42:46 A forward declaration seems like enough here?
robertphillips 2015/01/06 16:08:09 This include will go away after the Skia-side rena
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "third_party/skia/include/utils/SkPictureUtils.h"
« no previous file with comments | « no previous file | cc/resources/picture.h » ('j') | cc/resources/picture.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698