Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h

Issue 1991513003: Lock animated property type of result animation during processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lock-animated-property-in
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698