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

Unified Diff: sky/engine/platform/graphics/Path.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
Index: sky/engine/platform/graphics/Path.h
diff --git a/sky/engine/platform/graphics/Path.h b/sky/engine/platform/graphics/Path.h
index 8ceb96cbcaeb71aa537fc5d25af76dd1b44b3b55..79a8c831985570d9c5cb0f9c6e323771d52192b5 100644
--- a/sky/engine/platform/graphics/Path.h
+++ b/sky/engine/platform/graphics/Path.h
@@ -29,13 +29,13 @@
#ifndef Path_h
#define Path_h
-#include "platform/PlatformExport.h"
-#include "platform/geometry/RoundedRect.h"
-#include "platform/graphics/GraphicsTypes.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/geometry/RoundedRect.h"
+#include "sky/engine/platform/graphics/GraphicsTypes.h"
+#include "sky/engine/wtf/FastAllocBase.h"
+#include "sky/engine/wtf/Forward.h"
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkPathMeasure.h"
-#include "wtf/FastAllocBase.h"
-#include "wtf/Forward.h"
class SkPath;
« no previous file with comments | « sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp ('k') | sky/engine/platform/graphics/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698