| 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 e564d06dddeee4741123a7214405e3f6cc125b4d..727d9ca9587bdd5ea51760d2a7baa65c5287c774 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -92,8 +92,7 @@ class PaintPropertyTreeBuilderTest
|
| slopFactor) \
|
| do { \
|
| GeometryMapper geometryMapper; \
|
| - LayoutRect source( \
|
| - (sourceLayoutObject)->localOverflowRectForPaintInvalidation()); \
|
| + LayoutRect source((sourceLayoutObject)->localVisualRect()); \
|
| source.moveBy((sourceLayoutObject) \
|
| ->paintProperties() \
|
| ->localBorderBoxProperties() \
|
| @@ -116,8 +115,7 @@ class PaintPropertyTreeBuilderTest
|
| \
|
| if (slopFactor == LayoutUnit::max()) \
|
| break; \
|
| - LayoutRect slowPathRect = \
|
| - (sourceLayoutObject)->localOverflowRectForPaintInvalidation(); \
|
| + LayoutRect slowPathRect = (sourceLayoutObject)->localVisualRect(); \
|
| (sourceLayoutObject) \
|
| ->mapToVisualRectInAncestorSpace(ancestorLayoutObject, slowPathRect); \
|
| if (slopFactor) { \
|
|
|