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

Unified Diff: sky/engine/platform/transforms/TransformationMatrix.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/transforms/TransformationMatrix.h
diff --git a/sky/engine/platform/transforms/TransformationMatrix.h b/sky/engine/platform/transforms/TransformationMatrix.h
index 8ca357c7be01fd2760a0738dc6bbf076f3b257af..daa6bf2594d5f813f4184055cf52c0bd88d5ff0e 100644
--- a/sky/engine/platform/transforms/TransformationMatrix.h
+++ b/sky/engine/platform/transforms/TransformationMatrix.h
@@ -26,13 +26,13 @@
#ifndef TransformationMatrix_h
#define TransformationMatrix_h
-#include "SkMatrix44.h"
#include <string.h> //for memcpy
-#include "platform/geometry/FloatPoint.h"
-#include "platform/geometry/FloatPoint3D.h"
-#include "platform/geometry/IntPoint.h"
-#include "wtf/CPU.h"
-#include "wtf/FastAllocBase.h"
+#include "sky/engine/platform/geometry/FloatPoint.h"
+#include "sky/engine/platform/geometry/FloatPoint3D.h"
+#include "sky/engine/platform/geometry/IntPoint.h"
+#include "sky/engine/wtf/CPU.h"
+#include "sky/engine/wtf/FastAllocBase.h"
+#include "third_party/skia/include/utils/SkMatrix44.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/transforms/TransformOperationsTest.cpp ('k') | sky/engine/platform/transforms/TransformationMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698