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

Unified Diff: Source/platform/image-decoders/gif/GIFImageDecoder.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
Index: Source/platform/image-decoders/gif/GIFImageDecoder.cpp
diff --git a/Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp b/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
similarity index 99%
rename from Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp
rename to Source/platform/image-decoders/gif/GIFImageDecoder.cpp
index 621415b38172968c65f87eae578895ac69c51272..3861570e33304d35155075915ca070a02c653669 100644
--- a/Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp
+++ b/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-#include "core/platform/image-decoders/gif/GIFImageDecoder.h"
+#include "platform/image-decoders/gif/GIFImageDecoder.h"
#include <limits>
-#include "core/platform/image-decoders/gif/GIFImageReader.h"
#include "platform/PlatformInstrumentation.h"
+#include "platform/image-decoders/gif/GIFImageReader.h"
#include "wtf/NotFound.h"
#include "wtf/PassOwnPtr.h"
« no previous file with comments | « Source/platform/image-decoders/gif/GIFImageDecoder.h ('k') | Source/platform/image-decoders/gif/GIFImageReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698