| Index: Source/core/rendering/RenderLayerBacking.cpp
|
| diff --git a/Source/core/rendering/RenderLayerBacking.cpp b/Source/core/rendering/RenderLayerBacking.cpp
|
| index 1d0198779e7619529d79e7694fbe38cb7db9c512..f27001102c91699b75cba59d713823c60da7dae8 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.cpp
|
| +++ b/Source/core/rendering/RenderLayerBacking.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "AnimationController.h"
|
| #include "CSSPropertyNames.h"
|
| -#include "CachedImage.h"
|
| #include "CanvasRenderingContext.h"
|
| #include "Chrome.h"
|
| #include "FrameView.h"
|
| @@ -43,6 +42,7 @@
|
| #include "Settings.h"
|
| #include "StyleResolver.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
|
|