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

Unified Diff: sky/engine/core/rendering/RenderObject.h

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/RenderLineBoxList.cpp ('k') | sky/engine/core/rendering/RenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderObject.h
diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h
index 35160365b72f0f6c06950dc427ae9acab145a22d..d0cb167439b6beac8434e6746018fd2a76d26e69 100644
--- a/sky/engine/core/rendering/RenderObject.h
+++ b/sky/engine/core/rendering/RenderObject.h
@@ -26,26 +26,26 @@
#ifndef RenderObject_h
#define RenderObject_h
-#include "core/dom/Document.h"
-#include "core/dom/DocumentLifecycle.h"
-#include "core/dom/Element.h"
-#include "core/editing/TextAffinity.h"
-#include "core/fetch/ImageResourceClient.h"
-#include "core/html/HTMLElement.h"
-#include "core/rendering/HitTestRequest.h"
-#include "core/rendering/PaintInvalidationState.h"
-#include "core/rendering/PaintPhase.h"
-#include "core/rendering/RenderObjectChildList.h"
-#include "core/rendering/ScrollAlignment.h"
-#include "core/rendering/SubtreeLayoutScope.h"
-#include "core/rendering/compositing/CompositingState.h"
-#include "core/rendering/compositing/CompositingTriggers.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "core/rendering/style/StyleInheritedData.h"
-#include "platform/geometry/FloatQuad.h"
-#include "platform/geometry/LayoutRect.h"
-#include "platform/graphics/CompositingReasons.h"
-#include "platform/transforms/TransformationMatrix.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/DocumentLifecycle.h"
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/editing/TextAffinity.h"
+#include "sky/engine/core/fetch/ImageResourceClient.h"
+#include "sky/engine/core/html/HTMLElement.h"
+#include "sky/engine/core/rendering/HitTestRequest.h"
+#include "sky/engine/core/rendering/PaintInvalidationState.h"
+#include "sky/engine/core/rendering/PaintPhase.h"
+#include "sky/engine/core/rendering/RenderObjectChildList.h"
+#include "sky/engine/core/rendering/ScrollAlignment.h"
+#include "sky/engine/core/rendering/SubtreeLayoutScope.h"
+#include "sky/engine/core/rendering/compositing/CompositingState.h"
+#include "sky/engine/core/rendering/compositing/CompositingTriggers.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/core/rendering/style/StyleInheritedData.h"
+#include "sky/engine/platform/geometry/FloatQuad.h"
+#include "sky/engine/platform/geometry/LayoutRect.h"
+#include "sky/engine/platform/graphics/CompositingReasons.h"
+#include "sky/engine/platform/transforms/TransformationMatrix.h"
namespace blink {
« no previous file with comments | « sky/engine/core/rendering/RenderLineBoxList.cpp ('k') | sky/engine/core/rendering/RenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698