| Index: Source/core/rendering/RenderImage.cpp
|
| diff --git a/Source/core/rendering/RenderImage.cpp b/Source/core/rendering/RenderImage.cpp
|
| index a40cfca8411e989acccea1de20a5ee5e2f5d172e..d5d478cf82c0601a7ff71cf30b483d3e3a971e0b 100644
|
| --- a/Source/core/rendering/RenderImage.cpp
|
| +++ b/Source/core/rendering/RenderImage.cpp
|
| @@ -39,15 +39,15 @@
|
| #include "core/html/HTMLMapElement.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/frame/Frame.h"
|
| -#include "core/platform/graphics/Font.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/LayoutRectRecorder.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/svg/graphics/SVGImage.h"
|
| +#include "platform/fonts/Font.h"
|
| +#include "platform/fonts/FontCache.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/GraphicsContextStateSaver.h"
|
| #include "wtf/UnusedParam.h"
|
|
|
| using namespace std;
|
|
|