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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.h

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/shaping/RunSegmenter.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.h b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.h
index 00ae00d911599dc0763a0847c570ee9a18da2123..a722dd3a7f965a4150c3dfb4208f884db9f2cf06 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.h
@@ -5,6 +5,8 @@
#ifndef RunSegmenter_h
#define RunSegmenter_h
+#include <unicode/uscript.h>
+#include <memory>
#include "platform/fonts/FontOrientation.h"
#include "platform/fonts/FontTraits.h"
#include "platform/fonts/OrientationIterator.h"
@@ -14,8 +16,6 @@
#include "platform/fonts/UTF16TextIterator.h"
#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
-#include <memory>
-#include <unicode/uscript.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698