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

Unified Diff: Source/platform/graphics/cpu/arm/filters/FELightingNEON.h

Issue 290083002: Fix build for ARM traditional NEON after r161937 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/cpu/arm/filters/FELightingNEON.h
diff --git a/Source/platform/graphics/cpu/arm/filters/FELightingNEON.h b/Source/platform/graphics/cpu/arm/filters/FELightingNEON.h
index bd69044a09c91e431d135661509d76cffb3439c6..405f738d42894cf514a21919cf66978d9cc68d03 100644
--- a/Source/platform/graphics/cpu/arm/filters/FELightingNEON.h
+++ b/Source/platform/graphics/cpu/arm/filters/FELightingNEON.h
@@ -30,9 +30,9 @@
#if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
#include "platform/graphics/filters/FELighting.h"
+#include "platform/graphics/filters/ParallelJobs.h"
#include "wtf/Alignment.h"
#include "wtf/CPU.h"
-#include "wtf/ParallelJobs.h"
namespace WebCore {
@@ -198,6 +198,6 @@ inline void FELighting::platformApplyNeon(LightingData& data, LightSource::Paint
} // namespace WebCore
-#endif // CPU(ARM_NEON) && COMPILER(GCC)
+#endif // CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
#endif // FELightingNEON_h
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698