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

Unified Diff: sky/engine/core/rendering/RenderLayer.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/RenderLayer.h ('k') | sky/engine/core/rendering/RenderLayerClipper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderLayer.cpp
diff --git a/sky/engine/core/rendering/RenderLayer.cpp b/sky/engine/core/rendering/RenderLayer.cpp
index a51945112a4628b5ab1ed9dcd0e1760aa339f481..d52c69ddf1de131972129d0323d5eded3d40f4f4 100644
--- a/sky/engine/core/rendering/RenderLayer.cpp
+++ b/sky/engine/core/rendering/RenderLayer.cpp
@@ -41,42 +41,42 @@
* version of this file under any of the LGPL, the MPL or the GPL.
*/
-#include "config.h"
-#include "core/rendering/RenderLayer.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
#include "gen/sky/core/CSSPropertyNames.h"
-#include "core/dom/Document.h"
-#include "core/dom/shadow/ShadowRoot.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/page/Page.h"
-#include "core/rendering/FilterEffectRenderer.h"
-#include "core/rendering/HitTestRequest.h"
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/HitTestingTransformState.h"
-#include "core/rendering/RenderGeometryMap.h"
-#include "core/rendering/RenderInline.h"
-#include "core/rendering/RenderTreeAsText.h"
-#include "core/rendering/RenderView.h"
-#include "core/rendering/compositing/CompositedLayerMapping.h"
-#include "core/rendering/compositing/RenderLayerCompositor.h"
-#include "platform/LengthFunctions.h"
-#include "platform/Partitions.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/TraceEvent.h"
-#include "platform/geometry/FloatPoint3D.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/geometry/TransformState.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
-#include "platform/graphics/filters/ReferenceFilter.h"
-#include "platform/graphics/filters/SourceGraphic.h"
-#include "platform/transforms/ScaleTransformOperation.h"
-#include "platform/transforms/TransformationMatrix.h"
-#include "platform/transforms/TranslateTransformOperation.h"
-#include "public/platform/Platform.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/CString.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/shadow/ShadowRoot.h"
+#include "sky/engine/core/frame/FrameView.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/FilterEffectRenderer.h"
+#include "sky/engine/core/rendering/HitTestRequest.h"
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/HitTestingTransformState.h"
+#include "sky/engine/core/rendering/RenderGeometryMap.h"
+#include "sky/engine/core/rendering/RenderInline.h"
+#include "sky/engine/core/rendering/RenderTreeAsText.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/compositing/CompositedLayerMapping.h"
+#include "sky/engine/core/rendering/compositing/RenderLayerCompositor.h"
+#include "sky/engine/platform/LengthFunctions.h"
+#include "sky/engine/platform/Partitions.h"
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/platform/geometry/FloatPoint3D.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/geometry/TransformState.h"
+#include "sky/engine/platform/graphics/GraphicsContextStateSaver.h"
+#include "sky/engine/platform/graphics/filters/ReferenceFilter.h"
+#include "sky/engine/platform/graphics/filters/SourceGraphic.h"
+#include "sky/engine/platform/transforms/ScaleTransformOperation.h"
+#include "sky/engine/platform/transforms/TransformationMatrix.h"
+#include "sky/engine/platform/transforms/TranslateTransformOperation.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/text/CString.h"
namespace blink {
« no previous file with comments | « sky/engine/core/rendering/RenderLayer.h ('k') | sky/engine/core/rendering/RenderLayerClipper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698