| 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..36b30e39ec4e64b1d941305ac130df111d1b2a12 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1667,15 +1667,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
|
|
| bool QuotesDataEquivalent(const ComputedStyle&) const;
|
|
|
| - // text-align-last
|
| - static TextAlignLast InitialTextAlignLast() { return TextAlignLast::kAuto; }
|
| - TextAlignLast GetTextAlignLast() const {
|
| - return static_cast<TextAlignLast>(rare_inherited_data_->text_align_last_);
|
| - }
|
| - void SetTextAlignLast(TextAlignLast v) {
|
| - SET_VAR(rare_inherited_data_, text_align_last_, static_cast<unsigned>(v));
|
| - }
|
| -
|
| // text-combine-upright (aka -webkit-text-combine, -epub-text-combine)
|
| static TextCombine InitialTextCombine() { return kTextCombineNone; }
|
| TextCombine GetTextCombine() const {
|
|
|