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

Unified Diff: sky/engine/platform/graphics/filters/FELighting.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/FELighting.h
diff --git a/sky/engine/platform/graphics/filters/FELighting.h b/sky/engine/platform/graphics/filters/FELighting.h
index d940d820330e0d62a410b9f0a4501e60087f65ed..2fe5b7bac2dcc9c7b5bdaee699d4d42e6b1a1d8e 100644
--- a/sky/engine/platform/graphics/filters/FELighting.h
+++ b/sky/engine/platform/graphics/filters/FELighting.h
@@ -28,13 +28,13 @@
#ifndef FELighting_h
#define FELighting_h
-#include "platform/graphics/Color.h"
-#include "platform/graphics/filters/Filter.h"
-#include "platform/graphics/filters/FilterEffect.h"
-#include "platform/graphics/filters/LightSource.h"
-#include "platform/graphics/filters/PointLightSource.h"
-#include "platform/graphics/filters/SpotLightSource.h"
-#include "wtf/Uint8ClampedArray.h"
+#include "sky/engine/platform/graphics/Color.h"
+#include "sky/engine/platform/graphics/filters/Filter.h"
+#include "sky/engine/platform/graphics/filters/FilterEffect.h"
+#include "sky/engine/platform/graphics/filters/LightSource.h"
+#include "sky/engine/platform/graphics/filters/PointLightSource.h"
+#include "sky/engine/platform/graphics/filters/SpotLightSource.h"
+#include "sky/engine/wtf/Uint8ClampedArray.h"
// Common base class for FEDiffuseLighting and FESpecularLighting
« no previous file with comments | « sky/engine/platform/graphics/filters/FEGaussianBlur.cpp ('k') | sky/engine/platform/graphics/filters/FELighting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698