| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 473745028b61a7016f95760643f226b21211ce16..e6d8640cf169c2624ffeea2923a228cddbeed04a 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -1372,6 +1372,9 @@ public:
|
| float strokeMiterLimit() const { return svgStyle().strokeMiterLimit(); }
|
| void setStrokeMiterLimit(float f) { accessSVGStyle().setStrokeMiterLimit(f); }
|
|
|
| + void setX(Length x) { accessSVGStyle().setX(x); }
|
| + void setY(Length y) { accessSVGStyle().setY(y); }
|
| +
|
| float floodOpacity() const { return svgStyle().floodOpacity(); }
|
| void setFloodOpacity(float f) { accessSVGStyle().setFloodOpacity(f); }
|
|
|
|
|