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

Unified Diff: Source/platform/fonts/FontPlatformData.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/FontPlatformData.h ('k') | Source/platform/fonts/FontTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontPlatformData.cpp
diff --git a/Source/core/platform/graphics/FontPlatformData.cpp b/Source/platform/fonts/FontPlatformData.cpp
similarity index 97%
rename from Source/core/platform/graphics/FontPlatformData.cpp
rename to Source/platform/fonts/FontPlatformData.cpp
index 9ebd49183b47ddab5df6ad038a9eff5ad2ff21f1..85667d93cb1f8fd0795531b37d8806386e5da74c 100644
--- a/Source/core/platform/graphics/FontPlatformData.cpp
+++ b/Source/platform/fonts/FontPlatformData.cpp
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontPlatformData.h"
+#include "platform/fonts/FontPlatformData.h"
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
@@ -27,7 +27,7 @@
#include "wtf/Vector.h"
#if OS(MACOSX)
-#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
+#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
#endif
using namespace std;
« no previous file with comments | « Source/platform/fonts/FontPlatformData.h ('k') | Source/platform/fonts/FontTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698