| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 7743439ae0738c2bd6fd0975161789484a0cbb6b..7a47a03968678b82d3dd4f8259daa64c58103df8 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -42,12 +42,12 @@
|
| #include "Frame.h"
|
| #include "HTMLNames.h"
|
| #include "ImageData.h"
|
| -#include "MIMETypeRegistry.h"
|
| #include "Page.h"
|
| #include "RenderHTMLCanvas.h"
|
| #include "ScriptController.h"
|
| #include "Settings.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/platform/MIMETypeRegistry.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
|
|
|
|