| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| index 4cf9a15826e74e9b8a3fc048c984c54c0d044f24..885d1f1ec0e033452ef9914c6a32a99f32299be4 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| @@ -24,7 +24,7 @@ class PaintPropertyTreePrinterTest
|
| PaintPropertyTreePrinterTest()
|
| : ScopedSlimmingPaintV2ForTest(true),
|
| ScopedRootLayerScrollingForTest(GetParam()),
|
| - RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + RenderingTest(SingleChildLocalFrameClient::create()) {}
|
|
|
| private:
|
| void SetUp() override {
|
|
|