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

Unified Diff: Source/core/page/ChromeClient.h

Issue 1152413003: General code cleanup of ChromeClient-related classes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index e00b9114b1445f7a901fc779242d310ea5c25aa4..fcb3cdb6e0ca4021e50f2140e9cc9897a363b392 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -24,11 +24,11 @@
#include "core/CoreExport.h"
#include "core/dom/AXObjectCache.h"
+#include "core/frame/ConsoleTypes.h"
+#include "core/html/forms/PopupMenuClient.h"
#include "core/inspector/ConsoleAPITypes.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/NavigationPolicy.h"
-#include "core/frame/ConsoleTypes.h"
-#include "core/html/forms/PopupMenuClient.h"
#include "core/style/ComputedStyleConstants.h"
#include "platform/Cursor.h"
#include "platform/HostWindow.h"
@@ -178,8 +178,8 @@ public:
virtual GraphicsLayerFactory* graphicsLayerFactory() const { return nullptr; }
// Pass 0 as the GraphicsLayer to detach the root layer.
- // This sets the graphics layer for the LocalFrame's WebWidget, if it has one. Otherwise
- // it sets it for the WebViewImpl.
+ // This sets the graphics layer for the LocalFrame's WebWidget, if it has
+ // one. Otherwise it sets it for the WebViewImpl.
virtual void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) = 0;
virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) { }

Powered by Google App Engine
This is Rietveld 408576698