| Index: Source/platform/graphics/Path.cpp
|
| diff --git a/Source/platform/graphics/Path.cpp b/Source/platform/graphics/Path.cpp
|
| index ee8feebbe115042893c858711912af9cf2330c8d..a95683f3e19850efd5c22f128633a58887cedf35 100644
|
| --- a/Source/platform/graphics/Path.cpp
|
| +++ b/Source/platform/graphics/Path.cpp
|
| @@ -388,7 +388,7 @@ void Path::addEllipse(const FloatRect& rect)
|
| m_path.addOval(rect);
|
| }
|
|
|
| -void Path::addRoundedRect(const RoundedRect& r)
|
| +void Path::addRoundedRect(const FloatRoundedRect& r)
|
| {
|
| addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
|
| }
|
|
|