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 46d91b11e85cb4c7940b5156ed9e890314c4261b..d090671cef3e89424422295cec2142aa350602f5 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 @@ class PLATFORM_EXPORT BeginTransform3DDisplayItem final |
} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const IntRect&, |
+ void AppendToWebDisplayItemList(const LayoutSize&, |
WebDisplayItemList*) const override; |
const TransformationMatrix& Transform() const { return transform_; } |
@@ -58,7 +58,7 @@ class PLATFORM_EXPORT EndTransform3DDisplayItem final |
} |
void Replay(GraphicsContext&) const override; |
- void AppendToWebDisplayItemList(const IntRect&, |
+ void AppendToWebDisplayItemList(const LayoutSize&, |
WebDisplayItemList*) const override; |
private: |