| Index: third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
|
| index ca38e7dbde378cc0ca7de8fdf33e9bedec7527f2..61a4dd6ac110834bed9b66d1e232dff94b63ce3b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
|
| @@ -118,7 +118,7 @@ TEST_F(LayoutObjectTest, MapToVisibleRectInAncestorSpace)
|
|
|
| container->setScrollTop(LayoutUnit(50));
|
| LayoutRect rect(0, 60, 20, 20);
|
| - text->mapToVisibleRectInAncestorSpace(container, rect, nullptr);
|
| + text->mapToVisibleRectInAncestorSpace(container, rect, nullptr, false);
|
| EXPECT_TRUE(rect == LayoutRect(0, 10, 20, 20));
|
| }
|
|
|
|
|