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

Unified Diff: Source/core/platform/graphics/SimpleFontData.h

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/ShadowBlur.h ('k') | Source/core/platform/graphics/TextRun.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/SimpleFontData.h
diff --git a/Source/core/platform/graphics/SimpleFontData.h b/Source/core/platform/graphics/SimpleFontData.h
index ebcf8ab2872ec98e31935c563c5987bd40cd27c6..d35be85fdd32052c83656548eedb0b5fd597d032 100644
--- a/Source/core/platform/graphics/SimpleFontData.h
+++ b/Source/core/platform/graphics/SimpleFontData.h
@@ -24,7 +24,6 @@
#ifndef SimpleFontData_h
#define SimpleFontData_h
-#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/FontBaseline.h"
#include "core/platform/graphics/FontData.h"
#include "core/platform/graphics/FontMetrics.h"
@@ -36,6 +35,7 @@
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#endif
#include "core/platform/graphics/TypesettingFeatures.h"
+#include "platform/geometry/FloatRect.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/StringHash.h"
« no previous file with comments | « Source/core/platform/graphics/ShadowBlur.h ('k') | Source/core/platform/graphics/TextRun.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698