| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index b49d2ad908cf7a53057806080b79ce980a0ea60e..0859c0dfada9557dd05e4b99d962d4c5bdce28b0 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -54,12 +54,12 @@
|
| #include "core/html/canvas/CanvasStyle.h"
|
| #include "core/html/canvas/DOMPath.h"
|
| #include "core/frame/ImageBitmap.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| -#include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/RenderImage.h"
|
| #include "core/rendering/RenderLayer.h"
|
| #include "core/rendering/RenderTheme.h"
|
| +#include "platform/fonts/FontCache.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| +#include "platform/graphics/GraphicsContextStateSaver.h"
|
| #include "platform/graphics/DrawLooper.h"
|
| #include "platform/graphics/TextRun.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
|
|