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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.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
Index: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
index 8835c8c28c8d125d4b141c144c171f9eca6265d4..bc29f6c5426e0319a5bc9a08ef320a15ecf3a9a7 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
@@ -15,7 +15,7 @@ class SimDisplayItemList final : public WebDisplayItemList {
public:
SimDisplayItemList();
- void appendDrawingItem(const WebRect&, sk_sp<const SkPicture>) override;
+ void appendDrawingItem(const WebRect&, sk_sp<const CdlPicture>) override;
int drawCount() const { return m_commands.size(); }
« no previous file with comments | « third_party/WebKit/Source/web/tests/sim/SimCanvas.cpp ('k') | third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698