| Index: third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| index 9fbd67e2fc3852c95c58fa899d948f392bba4b53..3785eb5a0a8d0819010bb8d395eaadc73640733b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| @@ -40,7 +40,7 @@
|
|
|
| // DisplayItem
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
| bool DrawsContent() const override;
|
| bool Equals(const DisplayItem&) const override;
|
|
|