| 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 1e2ca3a9972c8018d291d1ab417a85d52105c2a9..1e74acf323561d62112c97dbc77b17190ac80a3d 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 @@
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| @@ -48,7 +48,7 @@
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
|
|