| Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
|
| index 33c66ce31cfd02e8763f2318b4c145b209e3b25f..f09ddea810188484e4cc9e59b715a0d4beb27717 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
|
| @@ -29,6 +29,9 @@
|
|
|
| #include "platform/fonts/SimpleFontData.h"
|
|
|
| +#include <unicode/unorm.h>
|
| +#include <unicode/utf16.h>
|
| +#include <memory>
|
| #include "SkPath.h"
|
| #include "SkTypeface.h"
|
| #include "SkTypes.h"
|
| @@ -41,9 +44,6 @@
|
| #include "wtf/allocator/Partitions.h"
|
| #include "wtf/text/CharacterNames.h"
|
| #include "wtf/text/Unicode.h"
|
| -#include <memory>
|
| -#include <unicode/unorm.h>
|
| -#include <unicode/utf16.h>
|
|
|
| namespace blink {
|
|
|
|
|