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

Unified Diff: Source/core/platform/graphics/filters/FELighting.h

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 months 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: Source/core/platform/graphics/filters/FELighting.h
diff --git a/Source/core/platform/graphics/filters/FELighting.h b/Source/core/platform/graphics/filters/FELighting.h
index c1189e11e6e03372c248ae16eca8c4596e09c8ce..149c3c2ec24030ccf46a4e411956029ca7f80488 100644
--- a/Source/core/platform/graphics/filters/FELighting.h
+++ b/Source/core/platform/graphics/filters/FELighting.h
@@ -28,12 +28,12 @@
#ifndef FELighting_h
#define FELighting_h
-#include "Filter.h"
-#include "FilterEffect.h"
-#include "LightSource.h"
-#include "PointLightSource.h"
-#include "SpotLightSource.h"
#include "core/platform/graphics/Color.h"
+#include "core/platform/graphics/filters/Filter.h"
+#include "core/platform/graphics/filters/FilterEffect.h"
+#include "core/platform/graphics/filters/LightSource.h"
+#include "core/platform/graphics/filters/PointLightSource.h"
+#include "core/platform/graphics/filters/SpotLightSource.h"
#include <wtf/Uint8ClampedArray.h>
// Common base class for FEDiffuseLighting and FESpecularLighting
« no previous file with comments | « Source/core/platform/graphics/filters/FEGaussianBlur.cpp ('k') | Source/core/platform/graphics/filters/FELighting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698