| Index: third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| index e2ac95b5935eb64c5aaf4fddd79794e90abd033a..5f81796b7863bad73bdd14adb6c009ae2dc818cf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| @@ -33,7 +33,7 @@ class PLATFORM_EXPORT ClipDisplayItem final : public PairedBeginDisplayItem {
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const IntRect&,
|
| + void AppendToWebDisplayItemList(const LayoutSize&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| @@ -60,7 +60,7 @@ class PLATFORM_EXPORT EndClipDisplayItem final : public PairedEndDisplayItem {
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const IntRect&,
|
| + void AppendToWebDisplayItemList(const LayoutSize&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
|
|