| 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 3d103410a6c3cd0663eea30d0e2d97ffa91c5402..9e5666fc7e703bd28cced7e2b7ea6aef3a95cb94 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1855,15 +1855,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| static_cast<unsigned>(position));
|
| }
|
|
|
| - // -webkit-tap-highlight-color
|
| - static Color InitialTapHighlightColor();
|
| - Color TapHighlightColor() const {
|
| - return rare_inherited_data_->tap_highlight_color_;
|
| - }
|
| - void SetTapHighlightColor(const Color& c) {
|
| - SET_VAR(rare_inherited_data_, tap_highlight_color_, c);
|
| - }
|
| -
|
| // -webkit-text-fill-color
|
| void SetTextFillColor(const StyleColor& color) {
|
| SET_VAR(rare_inherited_data_, text_fill_color_, color.Resolve(Color()));
|
|
|