Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1827)

Unified Diff: Source/web/tests/ImageFrameGeneratorTest.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698