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

Unified Diff: sky/engine/platform/graphics/Pattern.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/platform/graphics/PathTraversalState.cpp ('k') | sky/engine/platform/graphics/Pattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/Pattern.h
diff --git a/sky/engine/platform/graphics/Pattern.h b/sky/engine/platform/graphics/Pattern.h
index 49fd69f8671160aec150c09d391aecfdf876f3f1..053555f57c913b1c40ce3d4bdcee1afd392ddb9f 100644
--- a/sky/engine/platform/graphics/Pattern.h
+++ b/sky/engine/platform/graphics/Pattern.h
@@ -29,14 +29,13 @@
#ifndef Pattern_h
#define Pattern_h
-#include "SkShader.h"
-#include "platform/PlatformExport.h"
-#include "platform/graphics/Image.h"
-#include "platform/transforms/AffineTransform.h"
-
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
+#include "sky/engine/platform/graphics/Image.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/transforms/AffineTransform.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "third_party/skia/include/core/SkShader.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/PathTraversalState.cpp ('k') | sky/engine/platform/graphics/Pattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698