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

Unified Diff: Source/platform/fonts/android/FontCacheAndroid.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/WidthIterator.cpp ('k') | Source/platform/fonts/cocoa/FontPlatformDataCocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/android/FontCacheAndroid.cpp
diff --git a/Source/core/platform/graphics/android/FontCacheAndroid.cpp b/Source/platform/fonts/android/FontCacheAndroid.cpp
similarity index 97%
rename from Source/core/platform/graphics/android/FontCacheAndroid.cpp
rename to Source/platform/fonts/android/FontCacheAndroid.cpp
index 34a190f8299b7de3eafbbdb1e74a6d516239f798..58ca789213f18bd196dfc65d4ef017d78e55ffa9 100644
--- a/Source/core/platform/graphics/android/FontCacheAndroid.cpp
+++ b/Source/platform/fonts/android/FontCacheAndroid.cpp
@@ -29,9 +29,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontCache.h"
+#include "platform/fonts/FontCache.h"
-#include "core/platform/graphics/SimpleFontData.h"
+
+#include "platform/fonts/SimpleFontData.h"
#include "platform/fonts/FontDescription.h"
#include "SkTypeface_android.h"
« no previous file with comments | « Source/platform/fonts/WidthIterator.cpp ('k') | Source/platform/fonts/cocoa/FontPlatformDataCocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698