| Index: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| index e98f8255034cebe1f1fc902323ac59e80c95ca2a..398740046333a759ee862b6c89d146f580adaa3a 100644
|
| --- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| @@ -45,7 +45,7 @@ class VisualRectMappingTest : public RenderingTest {
|
| if (object.PaintProperties() || object.LocalBorderBoxProperties()) {
|
| geometry_mapper_rect.MoveBy(FloatPoint(object.PaintOffset()));
|
| GeometryMapper::SourceToDestinationVisualRect(
|
| - *object.LocalBorderBoxProperties(), *ancestor.ContentsProperties(),
|
| + *object.LocalBorderBoxProperties(), ancestor.ContentsProperties(),
|
| geometry_mapper_rect);
|
| geometry_mapper_rect.MoveBy(-FloatPoint(ancestor.PaintOffset()));
|
| }
|
|
|