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

Unified Diff: Source/platform/graphics/Image.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/Image.h ('k') | Source/platform/graphics/ImageBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Image.cpp
diff --git a/Source/core/platform/graphics/Image.cpp b/Source/platform/graphics/Image.cpp
similarity index 97%
rename from Source/core/platform/graphics/Image.cpp
rename to Source/platform/graphics/Image.cpp
index 1720b6d8b4f3ec71ae9624f68d793a0f5aa7dca3..55a8ac41462db62ea55f91c17508dfbf7162daa8 100644
--- a/Source/core/platform/graphics/Image.cpp
+++ b/Source/platform/graphics/Image.cpp
@@ -25,11 +25,8 @@
*/
#include "config.h"
-#include "core/platform/graphics/Image.h"
+#include "platform/graphics/Image.h"
-#include "core/platform/graphics/BitmapImage.h"
-#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/GraphicsContextStateSaver.h"
#include "platform/Length.h"
#include "platform/MIMETypeRegistry.h"
#include "platform/SharedBuffer.h"
@@ -37,6 +34,9 @@
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/FloatRect.h"
#include "platform/geometry/FloatSize.h"
+#include "platform/graphics/BitmapImage.h"
+#include "platform/graphics/GraphicsContext.h"
+#include "platform/graphics/GraphicsContextStateSaver.h"
#include "public/platform/Platform.h"
#include "public/platform/WebData.h"
#include "wtf/MainThread.h"
« no previous file with comments | « Source/platform/graphics/Image.h ('k') | Source/platform/graphics/ImageBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698