| 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 {
|
|
|
|
|