| 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 c651f900352885ca40356c5b05088236f025b83f..c3c47464cabcb6e4b3d6826c4cfcd78da3daa76b 100644 | 
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp | 
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp | 
| @@ -29,7 +29,7 @@ class PrePaintTreeWalkTest | 
| PrePaintTreeWalkTest() | 
| : ScopedSlimmingPaintV2ForTest(true), | 
| ScopedRootLayerScrollingForTest(GetParam()), | 
| -        RenderingTest(SingleChildFrameLoaderClient::create()) {} | 
| +        RenderingTest(EmptyFrameLoaderClient::create()) {} | 
|  | 
| const TransformPaintPropertyNode* framePreTranslation() { | 
| FrameView* frameView = document().view(); | 
|  |