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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.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
« no previous file with comments | « third_party/WebKit/public/platform/WebCanvas.h ('k') | third_party/WebKit/public/platform/WebMediaPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebDisplayItemList.h
diff --git a/third_party/WebKit/public/platform/WebDisplayItemList.h b/third_party/WebKit/public/platform/WebDisplayItemList.h
index 138e38e3c92f38f693d7f6f8bf93532cbcf13e83..4270074e0b66d88a0b90819d46bc9d60849a47c6 100644
--- a/third_party/WebKit/public/platform/WebDisplayItemList.h
+++ b/third_party/WebKit/public/platform/WebDisplayItemList.h
@@ -12,13 +12,13 @@
#include "WebSize.h"
#include "WebVector.h"
+#include "cc/paint/paint_record.h"
#include "third_party/skia/include/core/SkBlendMode.h"
#include "third_party/skia/include/core/SkRefCnt.h"
class SkColorFilter;
class SkMatrix44;
class SkPath;
-class SkPicture;
struct SkRect;
class SkRRect;
@@ -41,7 +41,7 @@ class WebDisplayItemList {
virtual ~WebDisplayItemList() {}
virtual void appendDrawingItem(const WebRect& visualRect,
- sk_sp<const SkPicture>) {}
+ sk_sp<const cc::PaintRecord>) {}
virtual void appendClipItem(const WebRect& clipRect,
const WebVector<SkRRect>& roundedClipRects) {}
« no previous file with comments | « third_party/WebKit/public/platform/WebCanvas.h ('k') | third_party/WebKit/public/platform/WebMediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698