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

Unified Diff: Source/platform/fonts/skia/SimpleFontDataSkia.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/fonts/skia/GlyphPageTreeNodeSkia.cpp ('k') | Source/platform/fonts/skia/SkiaFontWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/skia/SimpleFontDataSkia.cpp
diff --git a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp b/Source/platform/fonts/skia/SimpleFontDataSkia.cpp
similarity index 99%
rename from Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
rename to Source/platform/fonts/skia/SimpleFontDataSkia.cpp
index bfbc4133c8d30ae46f8ac5bc5f61c8217f5b8f05..7171bfb5a4a3cd79aedb4cf8a1c63e0350e2dd47 100644
--- a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
+++ b/Source/platform/fonts/skia/SimpleFontDataSkia.cpp
@@ -29,15 +29,15 @@
*/
#include "config.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include <unicode/normlzr.h>
#include "SkPaint.h"
#include "SkPath.h"
#include "SkTypeface.h"
#include "SkTypes.h"
-#include "core/platform/graphics/VDMXParser.h"
#include "platform/fonts/FontDescription.h"
+#include "platform/fonts/VDMXParser.h"
#include "platform/geometry/FloatRect.h"
#include "wtf/unicode/Unicode.h"
« no previous file with comments | « Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp ('k') | Source/platform/fonts/skia/SkiaFontWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698