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

Unified Diff: Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi Created 7 years, 2 months 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/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp b/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp
index f6899914428ace68d253cff297fdc49c92b18e4d..961707a3f82e6c73013a4bd0ebfb46de52ff2aee 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp
+++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp
@@ -38,9 +38,9 @@
#include "SkTypeface.h"
#include "SkUtils.h"
#include "core/platform/graphics/FontPlatformData.h"
-#include "core/platform/graphics/GlyphBuffer.h"
#include "core/platform/graphics/SimpleFontData.h"
#include "core/platform/graphics/harfbuzz/HarfBuzzShaper.h"
+#include "platform/fonts/GlyphBuffer.h"
#include "hb.h"
#include "wtf/HashMap.h"
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/FontHarfBuzz.cpp ('k') | Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698