| Index: third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp b/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
|
| index 3e92f198d3bc8109641eaf0b366aca8e7fdd1b7c..623e8eab235a76a58d3eaf3da688dc048d14d1bb 100644
|
| --- a/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
|
| @@ -19,7 +19,7 @@ class MapCoordinatesTest
|
| public:
|
| MapCoordinatesTest()
|
| : ScopedRootLayerScrollingForTest(GetParam()),
|
| - RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + RenderingTest(SingleChildLocalFrameClient::create()) {}
|
| FloatPoint mapLocalToAncestor(const LayoutObject*,
|
| const LayoutBoxModelObject* ancestor,
|
| FloatPoint,
|
|
|