| Index: Source/core/rendering/RenderLayerBacking.cpp
|
| diff --git a/Source/core/rendering/RenderLayerBacking.cpp b/Source/core/rendering/RenderLayerBacking.cpp
|
| index f27001102c91699b75cba59d713823c60da7dae8..b46e05ba0f6f0a0ae5362a10843c5212dd77e779 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.cpp
|
| +++ b/Source/core/rendering/RenderLayerBacking.cpp
|
| @@ -27,7 +27,6 @@
|
|
|
| #include "core/rendering/RenderLayerBacking.h"
|
|
|
| -#include "AnimationController.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CanvasRenderingContext.h"
|
| #include "Chrome.h"
|
| @@ -38,11 +37,12 @@
|
| #include "HTMLNames.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "PluginViewBase.h"
|
| -#include "ScrollingCoordinator.h"
|
| #include "Settings.h"
|
| #include "StyleResolver.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| +#include "core/page/animation/AnimationController.h"
|
| +#include "core/page/scrolling/ScrollingCoordinator.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
|
|