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

Unified Diff: Source/core/platform/graphics/opentype/OpenTypeVerticalData.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/opentype/OpenTypeVerticalData.cpp
diff --git a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp b/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
index 7bb8f8866899a3f79d4dc46e722c77a16b8bbe78..107fa287e065fad5d20835b42d24d1cd18740e29 100644
--- a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
+++ b/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
@@ -27,10 +27,10 @@
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#include "platform/SharedBuffer.h"
-#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GlyphPage.h"
#include "core/platform/graphics/SimpleFontData.h"
#include "core/platform/graphics/opentype/OpenTypeTypes.h"
+#include "platform/geometry/FloatRect.h"
#include "wtf/RefPtr.h"
using namespace std;
« no previous file with comments | « Source/core/platform/graphics/mac/SimpleFontDataMac.mm ('k') | Source/core/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698