| 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 45ba4e81db54e483f38b3f9a95a3e7f7c399e803..b3ca0bce61fc3dcfe87e1d9f563e4eda881a3c78 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2219,7 +2219,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| }
|
|
|
| float TextAutosizingMultiplier() const {
|
| - return inherited_data_->text_autosizing_multiplier_;
|
| + return TextAutosizingMultiplierInternal();
|
| }
|
| void SetTextAutosizingMultiplier(float);
|
|
|
|
|