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

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

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
« no previous file with comments | « Source/core/platform/graphics/filters/FELighting.h ('k') | Source/core/platform/graphics/filters/FEMerge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/filters/FELighting.cpp
diff --git a/Source/core/platform/graphics/filters/FELighting.cpp b/Source/core/platform/graphics/filters/FELighting.cpp
index bbf3e1fce698baad969924c5ccd33105e473d079..95c8687048d2d71854806e63b5be49caa82b60f7 100644
--- a/Source/core/platform/graphics/filters/FELighting.cpp
+++ b/Source/core/platform/graphics/filters/FELighting.cpp
@@ -27,17 +27,17 @@
#include "config.h"
-#include "FELighting.h"
+#include "core/platform/graphics/filters/FELighting.h"
-#include "FELightingNEON.h"
+#include "core/platform/graphics/cpu/arm/filters/FELightingNEON.h"
#include <wtf/ParallelJobs.h>
-#include "DistantLightSource.h"
#include "NativeImageSkia.h"
-#include "PointLightSource.h"
#include "SkLightingImageFilter.h"
-#include "SkiaImageFilterBuilder.h"
-#include "SpotLightSource.h"
+#include "core/platform/graphics/filters/DistantLightSource.h"
+#include "core/platform/graphics/filters/PointLightSource.h"
+#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
+#include "core/platform/graphics/filters/SpotLightSource.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/filters/FELighting.h ('k') | Source/core/platform/graphics/filters/FEMerge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698