| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index a319cc6bf77976d7f054b152e977c69b3de81ef3..f3d1a9b1c1b656c04609a79fb0aa6ee5ce225bcf 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -27,6 +27,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleColor.h"
|
| +#include "core/style/TextSizeAdjust.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -157,6 +158,7 @@ public:
|
| TabSize m_tabSize;
|
|
|
| RefPtr<StyleVariableData> variables;
|
| + TextSizeAdjust m_textSizeAdjust;
|
|
|
| private:
|
| StyleRareInheritedData();
|
|
|