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

Unified Diff: Source/web/tests/WEBPImageDecoderTest.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/WEBPImageDecoderTest.cpp
diff --git a/Source/core/platform/image-decoders/webp/WEBPImageDecoderTest.cpp b/Source/web/tests/WEBPImageDecoderTest.cpp
similarity index 99%
rename from Source/core/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
rename to Source/web/tests/WEBPImageDecoderTest.cpp
index 4fcd3606c06f2da861d00840ca31930c196807c6..37d25a984d9ec851d84cef4f3a3f5a7f531540cb 100644
--- a/Source/core/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
+++ b/Source/web/tests/WEBPImageDecoderTest.cpp
@@ -30,7 +30,7 @@
#include "config.h"
-#include "core/platform/image-decoders/webp/WEBPImageDecoder.h"
+#include "platform/image-decoders/webp/WEBPImageDecoder.h"
#include "RuntimeEnabledFeatures.h"
#include "platform/SharedBuffer.h"

Powered by Google App Engine
This is Rietveld 408576698