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

Unified Diff: Source/platform/graphics/ImageSource.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/platform/graphics/ImageSource.h ('k') | Source/platform/graphics/LazyDecodingPixelRef.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageSource.cpp
diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/platform/graphics/ImageSource.cpp
similarity index 97%
rename from Source/core/platform/graphics/ImageSource.cpp
rename to Source/platform/graphics/ImageSource.cpp
index eaf636a920eb069be7b7921dfe4335248a708271..dee22c391543ab86059b18aaeefc05cede16b4c6 100644
--- a/Source/core/platform/graphics/ImageSource.cpp
+++ b/Source/platform/graphics/ImageSource.cpp
@@ -26,10 +26,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/ImageSource.h"
+#include "platform/graphics/ImageSource.h"
-#include "core/platform/graphics/DeferredImageDecoder.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/graphics/DeferredImageDecoder.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/platform/graphics/ImageSource.h ('k') | Source/platform/graphics/LazyDecodingPixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698