| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
|
| index e83296a135a594df65d9825ab7e6d0f917c76fcb..908d32d7dfaad0f1911282991fbfed05790e8496 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "platform/fonts/shaping/HarfBuzzFace.h"
|
|
|
| +#include <memory>
|
| #include "platform/Histogram.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/fonts/FontPlatformData.h"
|
| @@ -40,7 +41,6 @@
|
| #include "wtf/HashMap.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| #include <hb-ot.h>
|
| #include <hb.h>
|
|
|