| Index: third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
|
| index d952793ee852dbeee877c93564e003484e9b61cc..91bf16932f3e2fc71adcff6e9740d33c7066a9e3 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
|
| @@ -23,7 +23,7 @@ class PaintLayerTest
|
| PaintLayerTest()
|
| : ScopedSlimmingPaintV2ForTest(GetParam().first),
|
| ScopedRootLayerScrollingForTest(GetParam().second),
|
| - RenderingTest(SingleChildFrameLoaderClient::create()) {}
|
| + RenderingTest(SingleChildLocalFrameClient::create()) {}
|
| };
|
|
|
| SlimmingPaintAndRootLayerScrolling foo[] = {
|
|
|