| Index: Source/core/rendering/style/StyleBackgroundData.h
|
| diff --git a/Source/core/rendering/style/StyleBackgroundData.h b/Source/core/rendering/style/StyleBackgroundData.h
|
| index b1ff806ddb28082120cd5adff9e32f6187bbffa1..f25efbd9f05590eb122a5e2a26be60f93f11248b 100644
|
| --- a/Source/core/rendering/style/StyleBackgroundData.h
|
| +++ b/Source/core/rendering/style/StyleBackgroundData.h
|
| @@ -45,6 +45,8 @@ public:
|
| return !(*this == o);
|
| }
|
|
|
| + bool visuallyEqual(const StyleBackgroundData&) const;
|
| +
|
| const FillLayer& background() const { return m_background; }
|
| const StyleColor& color() const { return m_color; }
|
| const OutlineValue& outline() const { return m_outline; }
|
|
|