| Index: Source/core/platform/graphics/RoundedRect.h
|
| diff --git a/Source/core/platform/graphics/RoundedRect.h b/Source/core/platform/graphics/RoundedRect.h
|
| index 8dde238afdee6dde41d96c5b9b5a4cb147a3f985..ea8a842441ff11192181d7e5ab6edbf3e3a8447a 100644
|
| --- a/Source/core/platform/graphics/RoundedRect.h
|
| +++ b/Source/core/platform/graphics/RoundedRect.h
|
| @@ -82,6 +82,8 @@ public:
|
| bool isRounded() const { return !m_radii.isZero(); }
|
| bool isEmpty() const { return m_rect.isEmpty(); }
|
|
|
| + IntRect enclosedRect() const;
|
| +
|
| void setRect(const IntRect& rect) { m_rect = rect; }
|
| void setRadii(const Radii& radii) { m_radii = radii; }
|
|
|
|
|