| Index: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| index 458d39df09ba361f836fda271898fe9946fabe23..f8f5b6e3176bff24244369cacd9bb208c743d212 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
|
| @@ -13,8 +13,7 @@ namespace blink {
|
|
|
| class PaintLayerClipperTest : public RenderingTest {
|
| public:
|
| - PaintLayerClipperTest()
|
| - : RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + PaintLayerClipperTest() : RenderingTest(EmptyFrameLoaderClient::create()) {}
|
| };
|
|
|
| TEST_F(PaintLayerClipperTest, LayoutSVGRoot) {
|
|
|