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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 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
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index ac17b3252db043be3e835f4a94c16c8e3200a7a6..569ee68a1dda7229ef36ea5c285ac606846c63b6 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -301,7 +301,7 @@ public:
SVGForeignObjectElement = 325,
SelectionSetPosition = 327,
- AnimationPlayerFinishEvent = 328,
+ AnimationFinishEvent = 328,
SVGSVGElementInXMLDocument = 329,
PrefixedPerformanceClearResourceTimings = 341,
PrefixedPerformanceSetResourceTimingBufferSize = 342,
@@ -475,17 +475,17 @@ public:
SRIElementWithMatchingIntegrityAttribute = 540,
SRIElementWithNonMatchingIntegrityAttribute = 541,
SRIElementWithUnparsableIntegrityAttribute = 542,
- V8AnimationPlayer_StartTime_AttributeGetter = 545,
- V8AnimationPlayer_StartTime_AttributeSetter = 546,
- V8AnimationPlayer_CurrentTime_AttributeGetter = 547,
- V8AnimationPlayer_CurrentTime_AttributeSetter = 548,
- V8AnimationPlayer_PlaybackRate_AttributeGetter = 549,
- V8AnimationPlayer_PlaybackRate_AttributeSetter = 550,
- V8AnimationPlayer_PlayState_AttributeGetter = 551,
- V8AnimationPlayer_Finish_Method = 552,
- V8AnimationPlayer_Play_Method = 553,
- V8AnimationPlayer_Pause_Method = 554,
- V8AnimationPlayer_Reverse_Method = 555,
+ V8Animation_StartTime_AttributeGetter = 545,
+ V8Animation_StartTime_AttributeSetter = 546,
+ V8Animation_CurrentTime_AttributeGetter = 547,
+ V8Animation_CurrentTime_AttributeSetter = 548,
+ V8Animation_PlaybackRate_AttributeGetter = 549,
+ V8Animation_PlaybackRate_AttributeSetter = 550,
+ V8Animation_PlayState_AttributeGetter = 551,
+ V8Animation_Finish_Method = 552,
+ V8Animation_Play_Method = 553,
+ V8Animation_Pause_Method = 554,
+ V8Animation_Reverse_Method = 555,
// The above items are available in M39 branch.
BreakIterator = 556,
@@ -628,9 +628,9 @@ public:
WindowFind = 696,
WindowScreenLeft = 697,
WindowScreenTop = 698,
- V8AnimationPlayer_Cancel_Method = 699,
- V8AnimationPlayer_Onfinish_AttributeGetter = 700,
- V8AnimationPlayer_Onfinish_AttributeSetter = 701,
+ V8Animation_Cancel_Method = 699,
+ V8Animation_Onfinish_AttributeGetter = 700,
+ V8Animation_Onfinish_AttributeSetter = 701,
ElementOffsetParent = 702,
ElementOffsetTop = 703,
ElementOffsetLeft = 704,
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698