Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp |
index 99741de5c35a881ae2ca92caa6a1814b0b5a6b14..a215a535327924945a4d9f4beaa6d407590ecfd2 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp |
@@ -18,7 +18,7 @@ |
} |
void BeginClipPathDisplayItem::AppendToWebDisplayItemList( |
- const LayoutSize&, |
+ const IntRect& visual_rect, |
WebDisplayItemList* list) const { |
list->AppendClipPathItem(clip_path_, true); |
} |
@@ -36,7 +36,7 @@ |
} |
void EndClipPathDisplayItem::AppendToWebDisplayItemList( |
- const LayoutSize&, |
+ const IntRect& visual_rect, |
WebDisplayItemList* list) const { |
list->AppendEndClipPathItem(); |
} |