| Index: third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| index d090671cef3e89424422295cec2142aa350602f5..46d91b11e85cb4c7940b5156ed9e890314c4261b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| @@ -26,7 +26,7 @@
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| const TransformationMatrix& Transform() const { return transform_; }
|
| @@ -58,7 +58,7 @@
|
| }
|
|
|
| void Replay(GraphicsContext&) const override;
|
| - void AppendToWebDisplayItemList(const LayoutSize&,
|
| + void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
|
|