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

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: 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/jpeg/JPEGImageDecoder.cpp
diff --git a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
index 35d131c56ed6cd99121dc0335833b5bbcf9b5db9..89f652a667a34ec10c0981e496ce86811c874666 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