| Index: third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| index fac95da520b87e780fe81470bdc08b2126bc9f09..cd47ec66a0cd1320bdba65cbd4c67eba98d738ce 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| @@ -33,7 +33,7 @@
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| @@ -69,7 +69,7 @@
|
| : PairedEndDisplayItem(client, kEndCompositing, sizeof(*this)) {}
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
|
|