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

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.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/fonts/win/FontFallbackWin.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
index e058b2755b19e941ba59850937ee49755358a679..9a0af32c3ecb7fb283df43ed6552f842accc5834 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
@@ -31,6 +31,8 @@
#include "platform/fonts/win/FontFallbackWin.h"
+#include <unicode/uchar.h>
+#include <limits>
#include "SkFontMgr.h"
#include "SkTypeface.h"
#include "platform/fonts/FontCache.h"
@@ -39,8 +41,6 @@
#include "wtf/StringExtras.h"
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-#include <limits>
-#include <unicode/uchar.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698