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

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

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/Canvas2DLayerManagerTest.cpp ('k') | Source/web/tests/DragImageTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/DeferredImageDecoderTest.cpp
diff --git a/Source/core/platform/graphics/DeferredImageDecoderTest.cpp b/Source/web/tests/DeferredImageDecoderTest.cpp
similarity index 98%
rename from Source/core/platform/graphics/DeferredImageDecoderTest.cpp
rename to Source/web/tests/DeferredImageDecoderTest.cpp
index b495d5bb45d0fc0b51f479e0c98b38b5a8eafddf..29c0e3ec732f1cbef384338365d8d84807cd5eb0 100644
--- a/Source/core/platform/graphics/DeferredImageDecoderTest.cpp
+++ b/Source/web/tests/DeferredImageDecoderTest.cpp
@@ -24,18 +24,18 @@
*/
#include "config.h"
-#include "core/platform/graphics/DeferredImageDecoder.h"
+#include "platform/graphics/DeferredImageDecoder.h"
#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkPicture.h"
-#include "core/platform/graphics/ImageDecodingStore.h"
-#include "core/platform/graphics/test/MockImageDecoder.h"
-#include "core/platform/graphics/skia/NativeImageSkia.h"
#include "platform/SharedBuffer.h"
#include "platform/Task.h"
+#include "platform/graphics/ImageDecodingStore.h"
+#include "platform/graphics/skia/NativeImageSkia.h"
#include "public/platform/Platform.h"
#include "public/platform/WebThread.h"
+#include "web/tests/MockImageDecoder.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/web/tests/Canvas2DLayerManagerTest.cpp ('k') | Source/web/tests/DragImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698