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

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

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. 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/Latin1TextIterator.h ('k') | Source/core/platform/graphics/WidthCache.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 4f64dff89f9226a5325435ac20a81f857d577383..a87707434cfffbdd3f2205c871272084f5ef216b 100644
--- a/Source/core/platform/graphics/SimpleFontData.h
+++ b/Source/core/platform/graphics/SimpleFontData.h
@@ -25,12 +25,12 @@
#define SimpleFontData_h
#include "core/platform/graphics/FontPlatformData.h"
-#include "core/platform/graphics/GlyphBuffer.h"
-#include "core/platform/graphics/GlyphMetricsMap.h"
#include "core/platform/graphics/GlyphPageTreeNode.h"
#include "platform/fonts/FontBaseline.h"
#include "platform/fonts/FontData.h"
#include "platform/fonts/FontMetrics.h"
+#include "platform/fonts/GlyphBuffer.h"
+#include "platform/fonts/GlyphMetricsMap.h"
#if ENABLE(OPENTYPE_VERTICAL)
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#endif
« no previous file with comments | « Source/core/platform/graphics/Latin1TextIterator.h ('k') | Source/core/platform/graphics/WidthCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698