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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.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/mac/ComplexTextController.h
diff --git a/Source/platform/fonts/mac/ComplexTextController.h b/Source/platform/fonts/mac/ComplexTextController.h
index 49e99de5d161b8c314d2d3a6c4d02c799bfe6351..e1eabfae80fa6fc418139c79c7ab85bba550ec49 100644
--- a/Source/platform/fonts/mac/ComplexTextController.h
+++ b/Source/platform/fonts/mac/ComplexTextController.h
@@ -25,7 +25,6 @@
#ifndef ComplexTextController_h
#define ComplexTextController_h
-#include "platform/fonts/GlyphBuffer.h"
#include "wtf/HashSet.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -43,6 +42,7 @@ typedef const struct __CTLine * CTLineRef;
namespace WebCore {
class Font;
+class GlyphBuffer;
class SimpleFontData;
class TextRun;
« no previous file with comments | « Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ('k') | Source/platform/fonts/mac/ComplexTextController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698