| Index: Source/core/frame/ImageBitmapTest.cpp
|
| diff --git a/Source/core/frame/ImageBitmapTest.cpp b/Source/core/frame/ImageBitmapTest.cpp
|
| index a68d37b15b5fd2c7abbcd7635e020d46dd4a829f..0071831c8c8eda882be04d379f7561877a7dabf2 100644
|
| --- a/Source/core/frame/ImageBitmapTest.cpp
|
| +++ b/Source/core/frame/ImageBitmapTest.cpp
|
| @@ -34,9 +34,9 @@
|
| #include "SkPixelRef.h" // FIXME: qualify this skia header file.
|
| #include "bindings/core/v8/UnionTypesCore.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/ImageResource.h"
|
| +#include "core/dom/ImageResource.h"
|
| +#include "core/dom/MockImageResourceClient.h"
|
| #include "core/fetch/MemoryCache.h"
|
| -#include "core/fetch/MockImageResourceClient.h"
|
| #include "core/fetch/ResourcePtr.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/HTMLImageElement.h"
|
|
|