| 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 2d3e107e091833e5fc70b53a95b1843792a871e0..ba9772008c2fb0b583c1cbad9b50eaacd50734a1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3267,6 +3267,8 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| ApplyMotionPath,
|
| ApplyIndependentTransformProperties) const;
|
|
|
| + bool HasFilters() const;
|
| +
|
| // Returns |true| if any property that renders using filter operations is
|
| // used (including, but not limited to, 'filter' and 'box-reflect').
|
| bool HasFilterInducingProperty() const {
|
|
|