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

Unified Diff: Source/web/tests/MockImageDecoder.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android 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
« no previous file with comments | « Source/web/tests/JPEGImageDecoderTest.cpp ('k') | Source/web/tests/MockWebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/MockImageDecoder.h
diff --git a/Source/core/platform/graphics/test/MockImageDecoder.h b/Source/web/tests/MockImageDecoder.h
similarity index 97%
rename from Source/core/platform/graphics/test/MockImageDecoder.h
rename to Source/web/tests/MockImageDecoder.h
index e590b7c5faef13c5cb0ddd3f3ae032c096366721..4f8b1d7dfcd2ea2053409701e80df650a064ce09 100644
--- a/Source/core/platform/graphics/test/MockImageDecoder.h
+++ b/Source/web/tests/MockImageDecoder.h
@@ -25,8 +25,8 @@
#ifndef MockImageDecoder_h
-#include "core/platform/graphics/ImageFrameGenerator.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/graphics/ImageFrameGenerator.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
« no previous file with comments | « Source/web/tests/JPEGImageDecoderTest.cpp ('k') | Source/web/tests/MockWebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698