| 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 9823d00a0dcc8a64af401490b4aef5d22413a90f..e890cf39ecf015c0ac060214abc73df962babbd1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1854,15 +1854,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| static_cast<unsigned>(position));
|
| }
|
|
|
| - // -webkit-highlight
|
| - static const AtomicString& InitialHighlight() { return g_null_atom; }
|
| - const AtomicString& Highlight() const {
|
| - return rare_inherited_data_->highlight_;
|
| - }
|
| - void SetHighlight(const AtomicString& h) {
|
| - SET_VAR(rare_inherited_data_, highlight_, h);
|
| - }
|
| -
|
| // -webkit-line-clamp
|
| static LineClampValue InitialLineClamp() { return LineClampValue(); }
|
| const LineClampValue& LineClamp() const {
|
|
|