| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 6d028f8aa8dbf46a3f892a4f1184eb8ffc1fe343..76f82c7ca0da33a9b51a1b70bfb5c52ed675d5fa 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -87,6 +87,8 @@ public:
|
| bool reflectionDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool animationDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool transitionDataEquivalent(const StyleRareNonInheritedData&) const;
|
| + bool shapeOutsideDataEquivalent(const StyleRareNonInheritedData&) const;
|
| + bool clipPathDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool hasFilters() const;
|
| bool hasOpacity() const { return opacity < 1; }
|
|
|
|
|