| 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 1f0486a50ac41ee86e0fd298bad3328f64d09d07..af9aa37f8a27a0a6f34c160f1fe73449611d5583 100644
|
| --- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class VisualRectMappingTest : public RenderingTest {
|
| public:
|
| VisualRectMappingTest()
|
| - : RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + : RenderingTest(SingleChildLocalFrameClient::create()) {}
|
|
|
| protected:
|
| LayoutView& layoutView() const { return *document().layoutView(); }
|
|
|