| 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) { }
|
|
|