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

Unified Diff: Source/platform/graphics/FrameData.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/FrameData.h ('k') | Source/platform/graphics/Gradient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/FrameData.cpp
diff --git a/Source/core/platform/graphics/FrameData.cpp b/Source/platform/graphics/FrameData.cpp
similarity index 95%
rename from Source/core/platform/graphics/FrameData.cpp
rename to Source/platform/graphics/FrameData.cpp
index 4554fe4456ce5e64980af9fcd5a29d2f8da0166a..cdbae1ff0cf1cbc35270bd732bbac32fa9f94f50 100644
--- a/Source/core/platform/graphics/FrameData.cpp
+++ b/Source/platform/graphics/FrameData.cpp
@@ -25,9 +25,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/FrameData.h"
+#include "platform/graphics/FrameData.h"
-#include "core/platform/graphics/skia/NativeImageSkia.h"
+#include "platform/graphics/skia/NativeImageSkia.h"
namespace WebCore {
« no previous file with comments | « Source/platform/graphics/FrameData.h ('k') | Source/platform/graphics/Gradient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698