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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
index 84609d6e0c1c3c9656860a8c36db40639bc9d67d..16b70c6861405dab3969201e9b85dc1b3512536e 100644
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
@@ -37,15 +37,15 @@
#include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
+#include <memory>
#include "platform/PlatformInstrumentation.h"
#include "wtf/PtrUtil.h"
-#include <memory>
extern "C" {
+#include <setjmp.h>
#include <stdio.h> // jpeglib.h needs stdio FILE.
-#include "jpeglib.h"
#include "iccjpeg.h"
-#include <setjmp.h>
+#include "jpeglib.h"
}
#if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)

Powered by Google App Engine
This is Rietveld 408576698