| Index: Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp b/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
|
| rename to Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index a8ba03eb36841bf7261794c82bc7e16529acd476..8c248c70b6d50e369f1f455f35a3011e97732027 100644
|
| --- a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
|
| +++ b/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
|
| +#include "core/platform/graphics/ImageFrameGenerator.h"
|
|
|
| -#include "core/platform/graphics/chromium/ImageDecodingStore.h"
|
| -#include "core/platform/graphics/chromium/test/MockImageDecoder.h"
|
| +#include "core/platform/graphics/ImageDecodingStore.h"
|
| +#include "core/platform/graphics/test/MockImageDecoder.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/Task.h"
|
| #include "public/platform/Platform.h"
|
|
|