| Index: Source/core/layout/style/LayoutStyle.h
|
| diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
|
| index 1f8bb37fc20bc8499c44a1dbc988074754e14a18..4ff882895c39f9f763780994e9ba79428efda8cb 100644
|
| --- a/Source/core/layout/style/LayoutStyle.h
|
| +++ b/Source/core/layout/style/LayoutStyle.h
|
| @@ -1374,6 +1374,8 @@ public:
|
|
|
| void setX(Length x) { accessSVGStyle().setX(x); }
|
| void setY(Length y) { accessSVGStyle().setY(y); }
|
| + void setRx(Length rx) { accessSVGStyle().setRx(rx); }
|
| + void setRy(Length ry) { accessSVGStyle().setRy(ry); }
|
|
|
| float floodOpacity() const { return svgStyle().floodOpacity(); }
|
| void setFloodOpacity(float f) { accessSVGStyle().setFloodOpacity(f); }
|
|
|