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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.cpp

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
« no previous file with comments | « Source/platform/fonts/mac/ComplexTextController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/mac/ComplexTextController.cpp
diff --git a/Source/platform/fonts/mac/ComplexTextController.cpp b/Source/platform/fonts/mac/ComplexTextController.cpp
index e325daebffd8559ea5653682f54aa138d3e9a9f8..f86d919200854d5e9f13c7a4270813b68c22e32c 100644
--- a/Source/platform/fonts/mac/ComplexTextController.cpp
+++ b/Source/platform/fonts/mac/ComplexTextController.cpp
@@ -25,14 +25,15 @@
#include "config.h"
#include "platform/fonts/mac/ComplexTextController.h"
-#include <ApplicationServices/ApplicationServices.h>
#include "platform/fonts/Character.h"
#include "platform/fonts/Font.h"
+#include "platform/fonts/GlyphBuffer.h"
#include "platform/geometry/FloatSize.h"
#include "platform/text/TextBreakIterator.h"
#include "platform/text/TextRun.h"
#include "wtf/StdLibExtras.h"
#include "wtf/unicode/CharacterNames.h"
+#include <ApplicationServices/ApplicationServices.h>
using namespace std;
« no previous file with comments | « Source/platform/fonts/mac/ComplexTextController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698