| Index: third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleInheritedData.h b/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| index b1180d6836869504cb131e6125f7d3b950af8408..fe2d4625de65140269b8565dc5694bc08136261c 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| @@ -61,6 +61,7 @@ class CORE_EXPORT StyleInheritedData : public RefCounted<StyleInheritedData> {
|
| Color color;
|
| Color visitedLinkColor;
|
| float textAutosizingMultiplier;
|
| + unsigned textAutosizingFingerPrint;
|
|
|
| private:
|
| StyleInheritedData();
|
|
|