| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| index 76339c18e9f23969b9a83b58501c3c737cf9be1a..195f5a9b6c1b9f40696a6e092a5554d94ed17a0b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -80,7 +80,7 @@ void PaintPropertyTreeBuilderTest::TearDown() {
|
| auto contentsProperties = \
|
| (ancestorLayoutObject)->paintProperties()->contentsProperties(); \
|
| LayoutRect actual = \
|
| - LayoutRect(geometryMapper.mapToVisualRectInDestinationSpace( \
|
| + LayoutRect(geometryMapper.sourceToDestinationVisualRect( \
|
| FloatRect(source), *(sourceLayoutObject) \
|
| ->paintProperties() \
|
| ->localBorderBoxProperties(), \
|
|
|