Index: third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
index 1e74acf323561d62112c97dbc77b17190ac80a3d..1e2ca3a9972c8018d291d1ab417a85d52105c2a9 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
@@ -23,7 +23,7 @@ class PLATFORM_EXPORT FloatClipDisplayItem final |
} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const IntRect&, |
+ void AppendToWebDisplayItemList(const LayoutSize&, |
WebDisplayItemList*) const override; |
private: |
@@ -48,7 +48,7 @@ class PLATFORM_EXPORT EndFloatClipDisplayItem final |
} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const IntRect&, |
+ void AppendToWebDisplayItemList(const LayoutSize&, |
WebDisplayItemList*) const override; |
private: |