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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.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/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..4c42bf51575d24e6a95d1d814066ee483a74228c 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
@@ -5,6 +5,7 @@
#ifndef SimDisplayItemList_h
#define SimDisplayItemList_h
+#include "platform/graphics/paint/PaintRecord.h"
#include "public/platform/WebDisplayItemList.h"
#include "web/tests/sim/SimCanvas.h"
#include "wtf/text/WTFString.h"
@@ -15,7 +16,7 @@ class SimDisplayItemList final : public WebDisplayItemList {
public:
SimDisplayItemList();
- void appendDrawingItem(const WebRect&, sk_sp<const SkPicture>) override;
+ void appendDrawingItem(const WebRect&, sk_sp<const PaintRecord>) 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