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

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

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add two more Font related independent files 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/SimpleFontData.h
diff --git a/Source/core/platform/graphics/SimpleFontData.h b/Source/core/platform/graphics/SimpleFontData.h
index 9acc79dcae3e46aa9acabe11d888d9e99d18f0f6..4f64dff89f9226a5325435ac20a81f857d577383 100644
--- a/Source/core/platform/graphics/SimpleFontData.h
+++ b/Source/core/platform/graphics/SimpleFontData.h
@@ -24,17 +24,17 @@
#ifndef SimpleFontData_h
#define SimpleFontData_h
-#include "core/platform/graphics/FontMetrics.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"
#if ENABLE(OPENTYPE_VERTICAL)
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#endif
-#include "core/platform/graphics/TypesettingFeatures.h"
+#include "platform/fonts/TypesettingFeatures.h"
#include "platform/geometry/FloatRect.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"

Powered by Google App Engine
This is Rietveld 408576698