| Index: Source/core/layout/LayoutThemeFontProvider.h
|
| diff --git a/Source/core/layout/LayoutThemeFontProvider.h b/Source/core/layout/LayoutThemeFontProvider.h
|
| index 7613cf4a433e3a43644c34daf2790bc6cc14810a..7762c4370e4ed479e38557bd1e8f10a293e0a697 100644
|
| --- a/Source/core/layout/LayoutThemeFontProvider.h
|
| +++ b/Source/core/layout/LayoutThemeFontProvider.h
|
| @@ -29,10 +29,12 @@
|
| #include "core/CSSValueKeywords.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/fonts/FontTraits.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class CORE_EXPORT LayoutThemeFontProvider {
|
| + STATIC_ONLY(LayoutThemeFontProvider);
|
| public:
|
| static void systemFont(CSSValueID systemFontID, FontStyle&, FontWeight&, float& fontSize, AtomicString& fontFamily);
|
| static void setDefaultFontSize(int);
|
|
|