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

Unified Diff: Source/core/html/canvas/DataView.cpp

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
« no previous file with comments | « Source/WebKit/chromium/src/WebImageDecoder.cpp ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/DataView.cpp
diff --git a/Source/core/html/canvas/DataView.cpp b/Source/core/html/canvas/DataView.cpp
index 1c3c1b10b38cf5567b5bbb4c67b2a1c8618bf46c..70b8475642727765219462cee5f32e6a79ec3cca 100644
--- a/Source/core/html/canvas/DataView.cpp
+++ b/Source/core/html/canvas/DataView.cpp
@@ -28,6 +28,7 @@
#include "core/dom/ExceptionCode.h"
#include "core/html/canvas/CheckedInt.h"
+#include "wtf/CPU.h"
namespace {
« no previous file with comments | « Source/WebKit/chromium/src/WebImageDecoder.cpp ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698