| Index: Source/core/frame/ImageBitmap.cpp
|
| diff --git a/Source/core/frame/ImageBitmap.cpp b/Source/core/frame/ImageBitmap.cpp
|
| index ff9effb04d8ca649fe46eb892d97984b8199fcd2..27b5c8d64e34a478432110b8274546a41f5ade60 100644
|
| --- a/Source/core/frame/ImageBitmap.cpp
|
| +++ b/Source/core/frame/ImageBitmap.cpp
|
| @@ -9,9 +9,9 @@
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/ImageData.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
| -#include "core/platform/graphics/BitmapImage.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| +#include "platform/graphics/BitmapImage.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| using namespace std;
|
|
|