| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 0b4b8bfe16692b5735b1051cdad112ea2cdc02ec..96b82f5d151910481fdb706c9e555a6736a87ee2 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -43,10 +43,10 @@
|
| #include "core/html/canvas/WebGLRenderingContext.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/page/Settings.h"
|
| -#include "core/platform/MIMETypeRegistry.h"
|
| #include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/rendering/RenderHTMLCanvas.h"
|
| +#include "platform/MIMETypeRegistry.h"
|
| #include "public/platform/Platform.h"
|
|
|
| namespace WebCore {
|
|
|