Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: Source/core/rendering/compositing/RenderLayerCompositor.h

Issue 351003002: Remove the ChromeClient.h include from RenderLayerCompositor.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fewer includes Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698