Index: third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp |
index fdadedede38e1390ff047f2b8ff6f0c692e4385c..b3a90e265d83e4f900c0d7891743cc778620d3bd 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp |
@@ -26,7 +26,7 @@ |
} |
void ClipDisplayItem::AppendToWebDisplayItemList( |
- const LayoutSize&, |
+ const IntRect& visual_rect, |
WebDisplayItemList* list) const { |
WebVector<SkRRect> web_rounded_rects(rounded_rect_clips_.size()); |
for (size_t i = 0; i < rounded_rect_clips_.size(); ++i) |
@@ -40,7 +40,7 @@ |
} |
void EndClipDisplayItem::AppendToWebDisplayItemList( |
- const LayoutSize&, |
+ const IntRect& visual_rect, |
WebDisplayItemList* list) const { |
list->AppendEndClipItem(); |
} |