| Index: Source/core/rendering/compositing/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| index 1f807c5feba86e3691b664f4f28a25d37f349365..cd9bf6c2610b765cf122e196a98581aab5d9cdb1 100644
|
| --- a/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| +++ b/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef RenderLayerCompositor_h
|
| #define RenderLayerCompositor_h
|
|
|
| -#include "core/page/ChromeClient.h"
|
| #include "core/rendering/RenderLayer.h"
|
| #include "core/rendering/compositing/CompositingReasonFinder.h"
|
| #include "platform/graphics/GraphicsLayerClient.h"
|
| @@ -34,7 +33,10 @@
|
|
|
| namespace WebCore {
|
|
|
| +class DocumentLifecycle;
|
| class GraphicsLayer;
|
| +class GraphicsLayerFactory;
|
| +class Page;
|
| class RenderPart;
|
| class ScrollingCoordinator;
|
|
|
|
|