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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 7bce0e83038592b12fa0a3620f3dd5ddff60d1bd..b6110a69194693d58aca3643183f25ec5e7f3523 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 "skia/ext/cdl_common.h"
#include "third_party/skia/include/core/SkBlendMode.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkRegion.h"
class SkColorFilter;
class SkMatrix44;
-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 CdlPicture>) {}
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