| Index: Source/core/layout/style/SVGLayoutStyleDefs.h
|
| diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| index b546d03d801711a2a725b0975398bc137526ac6b..70db60b29b1bbbac7faed2237a6e886c2469ae85 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| +++ b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| @@ -288,8 +288,11 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
|
| {
|
| return !(*this == other);
|
| }
|
| + Length cx;
|
| + Length cy;
|
| Length x;
|
| Length y;
|
| + Length r;
|
| Length rx;
|
| Length ry;
|
| private:
|
|
|