| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
|
| index 6c023f6c321b79d4bf3b0f5eb21b972177313f94..ec76253b89fdc0d703ab282a64dcc89328ac6026 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
|
| @@ -24,7 +24,7 @@ class PaintPropertyTreeBuilderTest
|
| PaintPropertyTreeBuilderTest()
|
| : ScopedSlimmingPaintV2ForTest(true),
|
| ScopedRootLayerScrollingForTest(GetParam()),
|
| - RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + RenderingTest(SingleChildLocalFrameClient::create()) {}
|
|
|
| protected:
|
| void loadTestData(const char* fileName);
|
|
|