| Index: Source/core/rendering/RenderLayer.cpp
|
| diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
|
| index 3afd92a2c3d63179ae44864171f92d54e1a3368e..7158c9457f79a3426941c32fba4e244fccd7a4d4 100644
|
| --- a/Source/core/rendering/RenderLayer.cpp
|
| +++ b/Source/core/rendering/RenderLayer.cpp
|
| @@ -44,7 +44,6 @@
|
| #include "config.h"
|
| #include "core/rendering/RenderLayer.h"
|
|
|
| -#include "AnimationController.h"
|
| #include "CSSPropertyNames.h"
|
| #include "Chrome.h"
|
| #include "Document.h"
|
| @@ -59,7 +58,6 @@
|
| #include "HTMLNames.h"
|
| #include "OverflowEvent.h"
|
| #include "Page.h"
|
| -#include "ScrollingCoordinator.h"
|
| #include "Settings.h"
|
| #include "ShadowRoot.h"
|
| #include "StaticHashSetNodeList.h"
|
| @@ -70,6 +68,8 @@
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| +#include "core/page/animation/AnimationController.h"
|
| +#include "core/page/scrolling/ScrollingCoordinator.h"
|
| #include "core/platform/FloatConversion.h"
|
| #include "core/platform/HistogramSupport.h"
|
| #include "core/platform/PlatformMouseEvent.h"
|
|
|