| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index ded0880de836de096d18f206dd0c3090b485c4eb..3e9803db0154062993c53218c7e93b3124928e05 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -2198,10 +2198,6 @@ TextEmphasisMark ComputedStyle::GetTextEmphasisMark() const {
|
| return TextEmphasisMark::kSesame;
|
| }
|
|
|
| -Color ComputedStyle::InitialTapHighlightColor() {
|
| - return LayoutTheme::TapHighlightColor();
|
| -}
|
| -
|
| const FilterOperations& ComputedStyle::InitialFilter() {
|
| DEFINE_STATIC_LOCAL(FilterOperationsWrapper, ops,
|
| (FilterOperationsWrapper::Create()));
|
|
|