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

Unified Diff: Source/core/platform/graphics/mac/FontComplexTextMac.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
« no previous file with comments | « Source/core/platform/graphics/mac/FloatSizeMac.mm ('k') | Source/core/platform/graphics/mac/IntPointMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/mac/FontComplexTextMac.cpp
diff --git a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp b/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
index 00235e65779ce675dcba93089e737a5570745b95..1aa03320dcb625bc700fd75465f844cee30f69c5 100644
--- a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
+++ b/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
@@ -28,10 +28,10 @@
#include "core/platform/graphics/FontFallbackList.h"
#include "core/platform/graphics/GlyphBuffer.h"
#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/IntRect.h"
#include "core/platform/graphics/SimpleFontData.h"
#include "core/platform/graphics/TextRun.h"
#include "core/platform/graphics/mac/ComplexTextController.h"
+#include "platform/geometry/IntRect.h"
#include "wtf/MathExtras.h"
#include "core/platform/graphics/harfbuzz/HarfBuzzShaper.h"
« no previous file with comments | « Source/core/platform/graphics/mac/FloatSizeMac.mm ('k') | Source/core/platform/graphics/mac/IntPointMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698