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

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

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move CPU() macro to it's own header from wtf/Platform.h Created 7 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
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 60ddf9cd91ff9d33245add6efa32c647e91fb5b2..b255fd39aa2114bbbd85b37a5e4cdbc9abfaaee9 100644
--- a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
+++ b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
@@ -30,8 +30,9 @@
#if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
#include "core/platform/graphics/filters/FELighting.h"
-#include <wtf/Alignment.h>
-#include <wtf/ParallelJobs.h>
+#include "wtf/Alignment.h"
+#include "wtf/CPU.h"
+#include "wtf/ParallelJobs.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/GraphicsContext3D.cpp ('k') | Source/core/platform/graphics/transforms/TransformationMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698