| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| index ff44903c283b81cb50276ab5b1110e3e753874ae..5d0c05ec25e0e448febe102e136a62b9851b70c9 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -338,14 +338,6 @@ bool StyleRareNonInheritedData::TransitionDataEquivalent(
|
| return transitions_->TransitionsMatchForStyleRecalc(*o.transitions_);
|
| }
|
|
|
| -bool StyleRareNonInheritedData::HasFilters() const {
|
| - return filter_.Get() && !filter_->operations_.IsEmpty();
|
| -}
|
| -
|
| -bool StyleRareNonInheritedData::HasBackdropFilters() const {
|
| - return backdrop_filter_.Get() && !backdrop_filter_->operations_.IsEmpty();
|
| -}
|
| -
|
| bool StyleRareNonInheritedData::ShapeOutsideDataEquivalent(
|
| const StyleRareNonInheritedData& o) const {
|
| return DataEquivalent(shape_outside_, o.shape_outside_);
|
|
|