| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 3ee2f7014534e47e023800097f8a80bde7eb757f..2daa056cc7b729c843b1c465e1e490a46af915ed 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -27,7 +27,6 @@
|
|
|
| #include <math.h>
|
| #include <algorithm>
|
| -#include "CachedImage.h"
|
| #include "Chrome.h"
|
| #include "ChromeClient.h"
|
| #include "Document.h"
|
| @@ -38,6 +37,7 @@
|
| #include "HTMLNames.h"
|
| #include "Page.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/ScrollbarTheme.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
|
|