| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| index dcb708f990eaf5aa06aad56843d162f46e70e3f9..7ddfcb4980a66dacfea2dd793f3c9e12a5101793 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| @@ -30,7 +30,7 @@ class PrePaintTreeWalkTest
|
| PrePaintTreeWalkTest()
|
| : ScopedSlimmingPaintV2ForTest(true),
|
| ScopedRootLayerScrollingForTest(GetParam()),
|
| - RenderingTest(EmptyFrameLoaderClient::create()) {}
|
| + RenderingTest(EmptyLocalFrameClient::create()) {}
|
|
|
| const TransformPaintPropertyNode* framePreTranslation() {
|
| FrameView* frameView = document().view();
|
|
|