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

Unified Diff: Source/platform/graphics/GraphicsContextAnnotation.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
Index: Source/platform/graphics/GraphicsContextAnnotation.cpp
diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp b/Source/platform/graphics/GraphicsContextAnnotation.cpp
similarity index 96%
rename from Source/core/platform/graphics/GraphicsContextAnnotation.cpp
rename to Source/platform/graphics/GraphicsContextAnnotation.cpp
index 97af0bf13287a7c29a4120d357d6b187c0860eb9..1bcb78ee235709196273bbb56d63a46ae397e57a 100644
--- a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
+++ b/Source/platform/graphics/GraphicsContextAnnotation.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/GraphicsContextAnnotation.h"
+#include "platform/graphics/GraphicsContextAnnotation.h"
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/graphics/GraphicsContext.h"
namespace {
« no previous file with comments | « Source/platform/graphics/GraphicsContextAnnotation.h ('k') | Source/platform/graphics/GraphicsContextState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698