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

Unified Diff: Source/core/platform/graphics/transforms/TransformationMatrix.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/transforms/TransformationMatrix.h
diff --git a/Source/core/platform/graphics/transforms/TransformationMatrix.h b/Source/core/platform/graphics/transforms/TransformationMatrix.h
index b470e9dbbcaffda11482da094649a1cfb7663105..28b1abf080a3f2ad8a6d3ae4581b59b789eaab33 100644
--- a/Source/core/platform/graphics/transforms/TransformationMatrix.h
+++ b/Source/core/platform/graphics/transforms/TransformationMatrix.h
@@ -31,7 +31,8 @@
#include "core/platform/graphics/FloatPoint.h"
#include "core/platform/graphics/FloatPoint3D.h"
#include "core/platform/graphics/IntPoint.h"
-#include <wtf/FastAllocBase.h>
+#include "wtf/CPU.h"
+#include "wtf/FastAllocBase.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698