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

Unified Diff: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h

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/HarfBuzzShaper.h
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
index 54b01bd6c00c7cd2e11fc133da5d5cc26151c452..05323a17c37c26d7dd0811d96f17995c6e1a1be9 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
+++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
@@ -31,8 +31,8 @@
#ifndef HarfBuzzShaper_h
#define HarfBuzzShaper_h
-#include "core/platform/graphics/GlyphBuffer.h"
#include "hb.h"
+#include "platform/fonts/GlyphBuffer.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/graphics/TextRun.h"
#include "wtf/HashSet.h"
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp ('k') | Source/core/platform/graphics/mac/ComplexTextController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698