Chromium Code Reviews| 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..d8a097f295f0ba4cb57710fb6c070875280795ca 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; |
|
pdr.
2016/11/10 06:04:09
Echoing Steve's comment a bit, I think we should a
cathiechentx
2016/11/11 09:34:12
Lol, here is the shortcut to pass things across th
|
| private: |
| StyleInheritedData(); |