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

Unified Diff: Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.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/FontPlatformDataHarfBuzz.cpp
diff --git a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
similarity index 98%
rename from Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp
rename to Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
index 48d43c7dde5e099099f18b58c8290493875b2769..9838274488964630ab8c38855fd3b4a80f16b0af 100644
--- a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp
+++ b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
@@ -29,14 +29,14 @@
*/
#include "config.h"
-#include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h"
+#include "platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h"
#include "RuntimeEnabledFeatures.h"
#include "SkTypeface.h"
#include "platform/LayoutTestSupport.h"
#include "platform/NotImplemented.h"
-#include "core/platform/graphics/FontCache.h"
-#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
+#include "platform/fonts/FontCache.h"
+#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
#include "public/platform/linux/WebFontInfo.h"
#include "public/platform/linux/WebFontRenderStyle.h"
« no previous file with comments | « Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h ('k') | Source/platform/fonts/harfbuzz/HarfBuzzFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698