| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index 2b7cf9ab4e0cf89bc39b51b02e9e1f974a18e00e..ec02d66b0da12975cd0e8a7912f1394323a3284b 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -104,9 +104,6 @@ class CORE_EXPORT StyleRareNonInheritedData
|
| bool TransitionDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool ShapeOutsideDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool ClipPathDataEquivalent(const StyleRareNonInheritedData&) const;
|
| - bool HasFilters() const;
|
| - bool HasBackdropFilters() const;
|
| - bool HasOpacity() const { return opacity < 1; }
|
|
|
| float opacity; // Whether or not we're transparent.
|
|
|
|
|