| Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| index fff83107be4ab1f2d60097933750e1fea26bb962..2092e844e2671bea8cb6e18153aa112be4b0c861 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -44,6 +44,8 @@ private:
|
|
|
| void resetAnimatedType() override;
|
| void clearAnimatedType() override;
|
| + void lockAnimatedType() override { }
|
| + void unlockAnimatedType() override { }
|
| bool calculateToAtEndOfDurationValue(const String& toAtEndOfDurationString) override;
|
| bool calculateFromAndToValues(const String& fromString, const String& toString) override;
|
| bool calculateFromAndByValues(const String& fromString, const String& byString) override;
|
|
|