Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 20699128cd1e15f865d21f6cfe46d9ab085d989d..edc584e7424e5e13368e20a5ecd60f3fe08aff0c 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -114,6 +114,9 @@ public: |
void setIntegralAttribute(const QualifiedName& attributeName, int value); |
unsigned getUnsignedIntegralAttribute(const QualifiedName& attributeName) const; |
void setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value); |
+ double getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue) const; |
+ double getFloatingPointAttribute(const QualifiedName& attributeName) const; |
+ void setFloatingPointAttribute(const QualifiedName& attributeName, double value); |
// Call this to get the value of an attribute that is known not to be the style |
// attribute or one of the SVG animatable attributes. |