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

Unified Diff: third_party/WebKit/Source/core/svg/SVGDiscardElement.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/SVGDiscardElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGDiscardElement.h b/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
index 76b61d8cc55381b4fcaddc4303bdc5e3aee7c0be..7271b663090d058ab3e7f5ba9ff895655c29aa56 100644
--- a/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
@@ -47,6 +47,8 @@ private:
void resetAnimatedType() override { }
void clearAnimatedType() override { }
void applyResultsToTarget() override { }
+ void lockAnimatedType() override { }
+ void unlockAnimatedType() override { }
bool hasValidAttributeType() override;
bool hasValidAttributeName() override;
void animationAttributeChanged() override { }

Powered by Google App Engine
This is Rietveld 408576698