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

Unified Diff: Source/core/platform/graphics/mac/ComplexTextController.cpp

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/mac/ComplexTextController.cpp
diff --git a/Source/core/platform/graphics/mac/ComplexTextController.cpp b/Source/core/platform/graphics/mac/ComplexTextController.cpp
index 8811f4b98129ce72053dd713988708e24e35730f..0443f0eb3d4232419894af7e2c601327aaa8b674 100644
--- a/Source/core/platform/graphics/mac/ComplexTextController.cpp
+++ b/Source/core/platform/graphics/mac/ComplexTextController.cpp
@@ -26,12 +26,12 @@
#include "core/platform/graphics/mac/ComplexTextController.h"
#include <ApplicationServices/ApplicationServices.h>
-#include "core/platform/graphics/FloatSize.h"
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/TextRun.h"
#include "core/platform/text/TextBreakIterator.h"
#include "core/rendering/RenderBlock.h"
#include "core/rendering/RenderText.h"
+#include "platform/geometry/FloatSize.h"
#include "wtf/StdLibExtras.h"
#include "wtf/unicode/CharacterNames.h"
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h ('k') | Source/core/platform/graphics/mac/FloatPointMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698