summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
index a2d9ac4cd82..9108719e484 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
@@ -237,9 +237,6 @@ private:
AttributeType m_attributeType;
Vector<String> m_values;
- // FIXME: We should probably use doubles for this, but there's no point
- // making such a change unless all SVG logic for sampling animations is
- // changed to use doubles.
Vector<float> m_keyTimes;
Vector<float> m_keyPoints;
Vector<UnitBezier> m_keySplines;