| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 287f8655c061c6484bab11de137bc25c20e499f3..2c56aca6f8999da096d54ac29c8f83fb1766fe55 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2839,6 +2839,11 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| }
|
| void setTextAutosizingMultiplier(float);
|
|
|
| + unsigned textAutosizingFingerprint() const {
|
| + return m_styleInheritedData->textAutosizingFingerprint;
|
| + }
|
| + void setTextAutosizingFingerprint(unsigned);
|
| +
|
| bool selfOrAncestorHasDirAutoAttribute() const {
|
| return m_rareInheritedData->m_selfOrAncestorHasDirAutoAttribute;
|
| }
|
|
|