Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h |
index 5464841b6fe14b4563946cff96915ee89f461ac6..3952c877c51a5784c6d1f0dd54419d3300ee5478 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h |
@@ -21,7 +21,7 @@ |
clip_path_(clip_path.GetSkPath()) {} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const LayoutSize&, |
+ void AppendToWebDisplayItemList(const IntRect&, |
WebDisplayItemList*) const override; |
int NumberOfSlowPaths() const override; |
@@ -46,7 +46,7 @@ |
: PairedEndDisplayItem(client, kEndClipPath, sizeof(*this)) {} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const LayoutSize&, |
+ void AppendToWebDisplayItemList(const IntRect&, |
WebDisplayItemList*) const override; |
private: |