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

Unified Diff: Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.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/cpu/arm/filters/FELightingNEON.h
diff --git a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
index 863aab529941592b4f0e323f11a7aa88adcc98d0..60ddf9cd91ff9d33245add6efa32c647e91fb5b2 100644
--- a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
+++ b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
@@ -29,7 +29,7 @@
#if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
-#include "FELighting.h"
+#include "core/platform/graphics/filters/FELighting.h"
#include <wtf/Alignment.h>
#include <wtf/ParallelJobs.h>

Powered by Google App Engine
This is Rietveld 408576698