Index: Source/web/tests/ImageFrameGeneratorTest.cpp |
diff --git a/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp b/Source/web/tests/ImageFrameGeneratorTest.cpp |
similarity index 99% |
rename from Source/core/platform/graphics/ImageFrameGeneratorTest.cpp |
rename to Source/web/tests/ImageFrameGeneratorTest.cpp |
index 8c248c70b6d50e369f1f455f35a3011e97732027..65c39b455218c80e710c96285022f9cb153ee3e8 100644 |
--- a/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp |
+++ b/Source/web/tests/ImageFrameGeneratorTest.cpp |
@@ -24,14 +24,14 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/ImageFrameGenerator.h" |
+#include "platform/graphics/ImageFrameGenerator.h" |
-#include "core/platform/graphics/ImageDecodingStore.h" |
-#include "core/platform/graphics/test/MockImageDecoder.h" |
#include "platform/SharedBuffer.h" |
#include "platform/Task.h" |
+#include "platform/graphics/ImageDecodingStore.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebThread.h" |
+#include "web/tests/MockImageDecoder.h" |
#include <gtest/gtest.h> |
namespace WebCore { |