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

Unified Diff: Source/platform/image-decoders/ImageFrame.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/image-decoders/ImageFrame.h ('k') | Source/platform/image-decoders/bmp/BMPImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/image-decoders/ImageFrame.cpp
diff --git a/Source/core/platform/image-decoders/ImageFrame.cpp b/Source/platform/image-decoders/ImageFrame.cpp
similarity index 98%
rename from Source/core/platform/image-decoders/ImageFrame.cpp
rename to Source/platform/image-decoders/ImageFrame.cpp
index 92509789fd6fe5873256291b43f462adeaf60506..f76a2bd07fc32db24b608d26eab4e1644a5fc9bd 100644
--- a/Source/core/platform/image-decoders/ImageFrame.cpp
+++ b/Source/platform/image-decoders/ImageFrame.cpp
@@ -25,9 +25,9 @@
*/
#include "config.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/image-decoders/ImageDecoder.h"
-#include "core/platform/graphics/skia/NativeImageSkia.h"
+#include "platform/graphics/skia/NativeImageSkia.h"
#include "wtf/PassRefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/platform/image-decoders/ImageFrame.h ('k') | Source/platform/image-decoders/bmp/BMPImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698