| 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 e0fb7a0e5bf0b68c0be6285ae49b5083478de214..5626de6d3ef32ac04272b592a1bac84dde87eb6e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1740,17 +1740,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
|
|
| bool TextShadowDataEquivalent(const ComputedStyle&) const;
|
|
|
| - // text-size-adjust (aka -webkit-text-size-adjust)
|
| - static TextSizeAdjust InitialTextSizeAdjust() {
|
| - return TextSizeAdjust::AdjustAuto();
|
| - }
|
| - TextSizeAdjust GetTextSizeAdjust() const {
|
| - return rare_inherited_data_->text_size_adjust_;
|
| - }
|
| - void SetTextSizeAdjust(TextSizeAdjust size_adjust) {
|
| - SET_VAR(rare_inherited_data_, text_size_adjust_, size_adjust);
|
| - }
|
| -
|
| // -webkit-line-break
|
| static LineBreak InitialLineBreak() { return LineBreak::kAuto; }
|
| LineBreak GetLineBreak() const {
|
|
|