| Index: third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| index 26bb950f0bfb5b7f06eee6f06249b329a9ef8865..b0772f955899dcca88c12fe18305e4e0c0e0cb11 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| @@ -73,8 +73,8 @@ class MockCanvas : public SkCanvas {
|
|
|
| class PrintContextTest : public RenderingTest {
|
| protected:
|
| - explicit PrintContextTest(FrameLoaderClient* frameLoaderClient = nullptr)
|
| - : RenderingTest(frameLoaderClient) {}
|
| + explicit PrintContextTest(LocalFrameClient* localFrameClient = nullptr)
|
| + : RenderingTest(localFrameClient) {}
|
|
|
| void SetUp() override {
|
| RenderingTest::SetUp();
|
|
|