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

Unified Diff: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h

Issue 344873002: Remove unnecessary includes of GlyphBuffer.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/platform/fonts/harfbuzz/HarfBuzzShaper.h
diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
index f2cd2a944001516701a016e2672baddbabb2d4c1..fd25d1ee01aca85e43c8d3ac84a8b9b2fcf8bd79 100644
--- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
@@ -32,7 +32,6 @@
#define HarfBuzzShaper_h
#include "hb.h"
-#include "platform/fonts/GlyphBuffer.h"
#include "platform/geometry/FloatBoxExtent.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/text/TextRun.h"
@@ -47,7 +46,9 @@
namespace WebCore {
class Font;
+class GlyphBuffer;
class SimpleFontData;
+
class HarfBuzzShaper FINAL {
public:
enum ForTextEmphasisOrNot {
« no previous file with comments | « Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp ('k') | Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698