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

Unified Diff: Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.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: 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/jpeg/JPEGImageDecoder.cpp
diff --git a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
index 37c9e4b6cca62ae2ba707880713a7265f34e6816..d2402801b8a404304474ac95a826a2bc757ee461 100644
--- a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+++ b/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
@@ -40,7 +40,8 @@
#include "config.h"
#include "core/platform/PlatformInstrumentation.h"
#include "core/platform/image-decoders/jpeg/JPEGImageDecoder.h"
-#include <wtf/PassOwnPtr.h>
+#include "wtf/CPU.h"
+#include "wtf/PassOwnPtr.h"
extern "C" {
#if USE(ICCJPEG)

Powered by Google App Engine
This is Rietveld 408576698