| Index: Source/core/paint/LayerClipRecorderTest.cpp
|
| diff --git a/Source/core/paint/LayerClipRecorderTest.cpp b/Source/core/paint/LayerClipRecorderTest.cpp
|
| index 2671a13a0c9611a81de2c85dc81327277fa0e2c8..e7d3da30d6ffd53cba0d80f2062656d2d752e1dd 100644
|
| --- a/Source/core/paint/LayerClipRecorderTest.cpp
|
| +++ b/Source/core/paint/LayerClipRecorderTest.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "config.h"
|
| #include "core/paint/LayerClipRecorder.h"
|
|
|
| -#include "core/layout/compositing/RenderLayerCompositor.h"
|
| +#include "core/layout/compositing/LayerCompositor.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/RenderingTestHelper.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| @@ -43,7 +43,7 @@ void drawClip(GraphicsContext* context, RenderView* renderer, PaintPhase phase,
|
| {
|
| IntRect rect(1, 1, 9, 9);
|
| ClipRect clipRect(rect);
|
| - LayerClipRecorder LayerClipRecorder(renderer->compositor()->rootRenderLayer()->renderer(), context, DisplayItem::ClipLayerForeground, clipRect, 0, LayoutPoint(), PaintLayerFlags());
|
| + LayerClipRecorder LayerClipRecorder(renderer->compositor()->rootLayer()->renderer(), context, DisplayItem::ClipLayerForeground, clipRect, 0, LayoutPoint(), PaintLayerFlags());
|
| }
|
|
|
| TEST_F(LayerClipRecorderTest, LayerClipRecorderTest_Single)
|
|
|