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

Unified Diff: third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 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: third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
diff --git a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
index 316561d6cb01728508f6f70fdd7b686c9d2e310e..783154b584e4c7ec6ab24e53df69deb105fde077 100644
--- a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
+++ b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
@@ -31,8 +31,8 @@
#ifndef InterceptingCanvas_h
#define InterceptingCanvas_h
+#include "platform/graphics/paint/PaintRecord.h"
#include "third_party/skia/include/core/SkCanvas.h"
-#include "third_party/skia/include/core/SkPicture.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698