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(); } |