Chromium Code Reviews| 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..e7cb95f04c945cffc63405a24778ef41737c3515 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 { |
|
skobes
2016/11/09 03:11:39
capitalize as "textAutosizingFingerprint" (since f
cathiechentx
2016/11/09 12:58:46
Done.
|
| + return m_styleInheritedData->textAutosizingFingerPrint; |
| + } |
| + void setTextAutosizingFingerPrint(unsigned); |
| + |
| bool selfOrAncestorHasDirAutoAttribute() const { |
| return m_rareInheritedData->m_selfOrAncestorHasDirAutoAttribute; |
| } |