| Index: third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| index ddf8122ac3934bb7a167a61b106762e736349dcb..c8a86f8c129c71b26a09b3a83342c131d4c50f88 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| @@ -32,8 +32,6 @@
|
|
|
| #include "SkPixelRef.h" // FIXME: qualify this skia header file.
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/MemoryCache.h"
|
| -#include "core/frame/FrameView.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/HTMLImageElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| @@ -42,6 +40,7 @@
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| +#include "platform/loader/fetch/MemoryCache.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
|
|