| Index: third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.cpp
|
| index c839a3ab452d3ebe31281a648efa125b820ef5cd..35f174e2685a22b0d524ffad71b895e4346ee534 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.cpp
|
| @@ -16,7 +16,7 @@
|
| }
|
|
|
| void BeginTransformDisplayItem::AppendToWebDisplayItemList(
|
| - const LayoutSize&,
|
| + const IntRect& visual_rect,
|
| WebDisplayItemList* list) const {
|
| list->AppendTransformItem(AffineTransformToSkMatrix(transform_));
|
| }
|
| @@ -36,7 +36,7 @@
|
| }
|
|
|
| void EndTransformDisplayItem::AppendToWebDisplayItemList(
|
| - const LayoutSize&,
|
| + const IntRect& visual_rect,
|
| WebDisplayItemList* list) const {
|
| list->AppendEndTransformItem();
|
| }
|
|
|