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

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

Powered by Google App Engine
This is Rietveld 408576698