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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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 7e2aea53f3404b413f3a986dbc46d62d5995a37d..8f2638c0ede559dce9e4bad78ee0ffc55133579d 100644
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
@@ -42,10 +42,10 @@
#include "platform/wtf/PtrUtil.h"
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