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

Unified Diff: sky/engine/core/rendering/InlineTextBox.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/core/rendering/InlineTextBox.h ('k') | sky/engine/core/rendering/LayerFragment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/InlineTextBox.cpp
diff --git a/sky/engine/core/rendering/InlineTextBox.cpp b/sky/engine/core/rendering/InlineTextBox.cpp
index 6e28ce5d4172d3c8dc0f1b2abacb2426d53016ee..063e860a950ee76f9c2bf8ed8c9f6e4a13bcaaa0 100644
--- a/sky/engine/core/rendering/InlineTextBox.cpp
+++ b/sky/engine/core/rendering/InlineTextBox.cpp
@@ -20,34 +20,34 @@
*
*/
-#include "config.h"
-#include "core/rendering/InlineTextBox.h"
-
-#include "core/dom/Document.h"
-#include "core/dom/DocumentMarkerController.h"
-#include "core/dom/RenderedDocumentMarker.h"
-#include "core/dom/Text.h"
-#include "core/editing/CompositionUnderline.h"
-#include "core/editing/CompositionUnderlineRangeFilter.h"
-#include "core/editing/Editor.h"
-#include "core/editing/InputMethodController.h"
-#include "core/frame/LocalFrame.h"
-#include "core/page/Page.h"
-#include "core/frame/Settings.h"
-#include "core/rendering/EllipsisBox.h"
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/PaintInfo.h"
-#include "core/rendering/RenderBlock.h"
-#include "core/rendering/RenderTheme.h"
-#include "core/rendering/style/ShadowList.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/rendering/InlineTextBox.h"
+
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/fonts/GlyphBuffer.h"
-#include "platform/fonts/WidthIterator.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
-#include "wtf/Vector.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/DocumentMarkerController.h"
+#include "sky/engine/core/dom/RenderedDocumentMarker.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/CompositionUnderline.h"
+#include "sky/engine/core/editing/CompositionUnderlineRangeFilter.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/editing/InputMethodController.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/rendering/EllipsisBox.h"
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/PaintInfo.h"
+#include "sky/engine/core/rendering/RenderBlock.h"
+#include "sky/engine/core/rendering/RenderTheme.h"
+#include "sky/engine/core/rendering/style/ShadowList.h"
+#include "sky/engine/platform/fonts/FontCache.h"
+#include "sky/engine/platform/fonts/GlyphBuffer.h"
+#include "sky/engine/platform/fonts/WidthIterator.h"
+#include "sky/engine/platform/graphics/GraphicsContextStateSaver.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
#include <algorithm>
« no previous file with comments | « sky/engine/core/rendering/InlineTextBox.h ('k') | sky/engine/core/rendering/LayerFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698