| Index: third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.h b/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| index 025301ce51763f029a66c04dd75b8078eb224ade..594164f5ca447b6a5e0ecaba8bfe6ebf830334b3 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| @@ -31,7 +31,6 @@
|
| #include "platform/LayoutLocale.h"
|
| #include "platform/fonts/FontCacheKey.h"
|
| #include "platform/fonts/FontFamily.h"
|
| -#include "platform/fonts/FontFeatureSettings.h"
|
| #include "platform/fonts/FontOrientation.h"
|
| #include "platform/fonts/FontSmoothingMode.h"
|
| #include "platform/fonts/FontTraits.h"
|
| @@ -39,6 +38,7 @@
|
| #include "platform/fonts/FontWidthVariant.h"
|
| #include "platform/fonts/TextRenderingMode.h"
|
| #include "platform/fonts/TypesettingFeatures.h"
|
| +#include "platform/fonts/opentype/FontSettings.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/MathExtras.h"
|
|
|
|
|