Index: third_party/WebKit/Source/core/style/SVGComputedStyle.h |
diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h |
index 77e513378db37232e1e9fb8d32918bfde5c4a952..2eb6ef7658c69fbaf20a42e1ec588028a3def5d9 100644 |
--- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h |
@@ -97,8 +97,8 @@ public: |
static Length initialX() { return Length(Fixed); } |
static Length initialY() { return Length(Fixed); } |
static Length initialR() { return Length(Fixed); } |
- static Length initialRx() { return Length(Fixed); } |
- static Length initialRy() { return Length(Fixed); } |
+ static Length initialRx() { return Length(Auto); } |
+ static Length initialRy() { return Length(Auto); } |
// SVG CSS Property setters |
void setAlignmentBaseline(EAlignmentBaseline val) { svg_noninherited_flags.f.alignmentBaseline = val; } |