DescriptionSVG: Use counters for SMIL methods on animation elements
We define two new use counters, to cover the methods defined in
SVGAnimationElement.idl
New use counter SVGSMILAnimationElementTiming covers
float getStartTime();
float getCurrentTime();
float getSimpleDuration();
New use counter SVGSMILBeginEndAnimationElement covers
void beginElement();
void beginElementAt(float offset);
void endElement();
void endElementAt(float offset);
Committed: https://crrev.com/0f426d842b1bbacd4473012e043f77f697068346
Cr-Commit-Position: refs/heads/master@{#412431}
Patch Set 1 #
Total comments: 2
Patch Set 2 : MeasureAs #Patch Set 3 : rebase #
Messages
Total messages: 30 (16 generated)
|