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

Unified Diff: Source/platform/fonts/skia/GlyphPageTreeNodeSkia.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/fonts/skia/GlyphPageTreeNodeSkia.cpp
diff --git a/Source/core/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp b/Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp
similarity index 96%
rename from Source/core/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp
rename to Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp
index 19f1f99600dbe359f90bfbdb836f70edabb6bf5d..72c20972fc99db265a8d159543219c22048bfef7 100644
--- a/Source/core/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp
+++ b/Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/GlyphPageTreeNode.h"
+#include "platform/fonts/GlyphPageTreeNode.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include "SkPaint.h"
#include "SkTemplates.h"
« no previous file with comments | « Source/platform/fonts/skia/FontPlatformDataSkia.cpp ('k') | Source/platform/fonts/skia/SimpleFontDataSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698