Chromium Code Reviews

Unified Diff: Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/platform/graphics/mac/FontMac.cpp ('k') | Source/core/platform/graphics/skia/FontCacheSkia.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 107fa287e065fad5d20835b42d24d1cd18740e29..ae039717bf6e4e31ca5a6bbfb9e2831828d1dbbf 100644
--- a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
+++ b/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
@@ -27,9 +27,9 @@
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#include "platform/SharedBuffer.h"
-#include "core/platform/graphics/GlyphPage.h"
#include "core/platform/graphics/SimpleFontData.h"
#include "core/platform/graphics/opentype/OpenTypeTypes.h"
+#include "platform/fonts/GlyphPage.h"
#include "platform/geometry/FloatRect.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/core/platform/graphics/mac/FontMac.cpp ('k') | Source/core/platform/graphics/skia/FontCacheSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine