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

Unified Diff: Source/core/platform/image-decoders/bmp/BMPImageReader.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/image-decoders/bmp/BMPImageReader.h
diff --git a/Source/core/platform/image-decoders/bmp/BMPImageReader.h b/Source/core/platform/image-decoders/bmp/BMPImageReader.h
index b3460afcc1ba2bfb34c8465e0b842960842dd250..8a98d87c7938067fbcfb24dd6c3c19f5d097a31c 100644
--- a/Source/core/platform/image-decoders/bmp/BMPImageReader.h
+++ b/Source/core/platform/image-decoders/bmp/BMPImageReader.h
@@ -33,6 +33,7 @@
#include <stdint.h>
#include "core/platform/image-decoders/ImageDecoder.h"
+#include "wtf/CPU.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698