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

Unified Diff: sky/engine/platform/fonts/Font.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/fonts/Font.h ('k') | sky/engine/platform/fonts/FontCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/Font.cpp
diff --git a/sky/engine/platform/fonts/Font.cpp b/sky/engine/platform/fonts/Font.cpp
index d01d25a144940e59dc740f5417f7e931686ab8f0..31678343207d6ee3cb96422aa131ad9abdbb44ef 100644
--- a/sky/engine/platform/fonts/Font.cpp
+++ b/sky/engine/platform/fonts/Font.cpp
@@ -21,26 +21,26 @@
*
*/
-#include "config.h"
-#include "platform/fonts/Font.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/fonts/Font.h"
-#include "platform/LayoutUnit.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/fonts/Character.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/fonts/FontFallbackList.h"
-#include "platform/fonts/FontPlatformFeatures.h"
-#include "platform/fonts/GlyphBuffer.h"
-#include "platform/fonts/GlyphPageTreeNode.h"
-#include "platform/fonts/SimpleFontData.h"
-#include "platform/fonts/WidthIterator.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/graphics/GraphicsContext.h"
-#include "platform/text/TextRun.h"
-#include "wtf/MainThread.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/unicode/CharacterNames.h"
-#include "wtf/unicode/Unicode.h"
+#include "sky/engine/platform/LayoutUnit.h"
+#include "sky/engine/platform/fonts/Character.h"
+#include "sky/engine/platform/fonts/FontCache.h"
+#include "sky/engine/platform/fonts/FontFallbackList.h"
+#include "sky/engine/platform/fonts/FontPlatformFeatures.h"
+#include "sky/engine/platform/fonts/GlyphBuffer.h"
+#include "sky/engine/platform/fonts/GlyphPageTreeNode.h"
+#include "sky/engine/platform/fonts/SimpleFontData.h"
+#include "sky/engine/platform/fonts/WidthIterator.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/graphics/GraphicsContext.h"
+#include "sky/engine/platform/text/TextRun.h"
+#include "sky/engine/wtf/MainThread.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
+#include "sky/engine/wtf/unicode/Unicode.h"
using namespace WTF;
using namespace Unicode;
« no previous file with comments | « sky/engine/platform/fonts/Font.h ('k') | sky/engine/platform/fonts/FontCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698