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

Unified Diff: Source/platform/fonts/harfbuzz/HarfBuzzFace.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/harfbuzz/HarfBuzzFace.cpp
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
similarity index 97%
rename from Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp
rename to Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
index a54b7d3b642691c35a4e65f5d21d9def4648b152..b35f636353acd212156b44cdbb2eed2823ccbb8f 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
+#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
-#include "core/platform/graphics/FontPlatformData.h"
+#include "platform/fonts/FontPlatformData.h"
#include "hb-ot.h"
#include "hb.h"
« no previous file with comments | « Source/platform/fonts/harfbuzz/HarfBuzzFace.h ('k') | Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698