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

Unified Diff: sky/engine/platform/graphics/filters/FilterEffect.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/filters/FilterEffect.h
diff --git a/sky/engine/platform/graphics/filters/FilterEffect.h b/sky/engine/platform/graphics/filters/FilterEffect.h
index cd85ffc21a02d1140ab8af6cf9782afcdf04d78a..f07c884032f554c9b878b38eff2ec64d3f2ba32d 100644
--- a/sky/engine/platform/graphics/filters/FilterEffect.h
+++ b/sky/engine/platform/graphics/filters/FilterEffect.h
@@ -23,20 +23,18 @@
#ifndef FilterEffect_h
#define FilterEffect_h
-#include "platform/PlatformExport.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/graphics/Color.h"
-#include "platform/graphics/ColorSpace.h"
-
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/graphics/Color.h"
+#include "sky/engine/platform/graphics/ColorSpace.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "sky/engine/wtf/Uint8ClampedArray.h"
+#include "sky/engine/wtf/Vector.h"
#include "third_party/skia/include/core/SkImageFilter.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
-#include "wtf/Uint8ClampedArray.h"
-#include "wtf/Vector.h"
-
namespace blink {
class Filter;
« no previous file with comments | « sky/engine/platform/graphics/filters/Filter.h ('k') | sky/engine/platform/graphics/filters/FilterEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698