| Index: Source/core/layout/style/SVGLayoutStyleDefs.h
|
| diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| index 0608e20ff5ea8ea19e03ba5166d64288ad8607b7..4a3f5302a7f57faa2e14bfa5459aaf7f294e5f36 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| +++ b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| @@ -272,6 +272,8 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
|
| }
|
| Length x;
|
| Length y;
|
| + Length rx;
|
| + Length ry;
|
| private:
|
| StyleLayoutData();
|
| StyleLayoutData(const StyleLayoutData&);
|
|
|