| Index: Source/core/rendering/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp
|
| index 630b3735c90d232cfef1a4742cb6f6ee8b2e88a2..04b4dfff136f9d0f7a286379e7ccfe21878267b8 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/RenderLayerCompositor.cpp
|
| @@ -27,7 +27,6 @@
|
|
|
| #include "core/rendering/RenderLayerCompositor.h"
|
|
|
| -#include "AnimationController.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CanvasRenderingContext.h"
|
| #include "Chrome.h"
|
| @@ -40,10 +39,11 @@
|
| #include "InspectorInstrumentation.h"
|
| #include "NodeList.h"
|
| #include "Page.h"
|
| -#include "ScrollingConstraints.h"
|
| -#include "ScrollingCoordinator.h"
|
| #include "Settings.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/page/animation/AnimationController.h"
|
| +#include "core/page/scrolling/ScrollingConstraints.h"
|
| +#include "core/page/scrolling/ScrollingCoordinator.h"
|
| #include "core/platform/HistogramSupport.h"
|
| #include "core/platform/Logging.h"
|
| #include "core/platform/ScrollbarTheme.h"
|
|
|