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

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: 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/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"

Powered by Google App Engine
This is Rietveld 408576698