Index: Source/core/rendering/style/StyleInheritedData.h |
diff --git a/Source/core/rendering/style/StyleInheritedData.h b/Source/core/rendering/style/StyleInheritedData.h |
index 11613a4abf75fb315c4b9a9da8dfc56e9e182cec..7466a7c78fdf3dcb94e9286b4c09cb51de4eae2c 100644 |
--- a/Source/core/rendering/style/StyleInheritedData.h |
+++ b/Source/core/rendering/style/StyleInheritedData.h |
@@ -56,6 +56,7 @@ public: |
Font font; |
Color color; |
Color visitedLinkColor; |
+ float textAutosizingMultiplier; |
private: |
StyleInheritedData(); |