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

Unified Diff: sky/engine/core/frame/UseCounter.h

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 years 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 | « sky/engine/core/events/EventTypeNames.in ('k') | sky/engine/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/UseCounter.h
diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
index 836ab5ce4b3009788c14114aba47c6fc91dbb215..f130bbf6d3eef6e4ddb8254a114fa572e5fd186c 100644
--- a/sky/engine/core/frame/UseCounter.h
+++ b/sky/engine/core/frame/UseCounter.h
@@ -68,9 +68,6 @@ public:
UnprefixedIndexedDB = 9,
UnprefixedRequestAnimationFrame = 13,
PrefixedRequestAnimationFrame = 14,
- PrefixedTransitionEndEvent = 18,
- UnprefixedTransitionEndEvent = 19,
- PrefixedAndUnprefixedTransitionEndEvent = 20,
DataListElement = 23,
FormAttribute = 24,
@@ -137,15 +134,6 @@ public:
NavigatorVendorSub = 125,
FileError = 126,
DocumentCharset = 127, // Documented as IE extensions = 0, from KHTML days.
- PrefixedAnimationEndEvent = 128,
- UnprefixedAnimationEndEvent = 129,
- PrefixedAndUnprefixedAnimationEndEvent = 130,
- PrefixedAnimationStartEvent = 131,
- UnprefixedAnimationStartEvent = 132,
- PrefixedAndUnprefixedAnimationStartEvent = 133,
- PrefixedAnimationIterationEvent = 134,
- UnprefixedAnimationIterationEvent = 135,
- PrefixedAndUnprefixedAnimationIterationEvent = 136,
EventReturnValue = 137, // Legacy IE extension.
HasAttributes = 142, // Removed from DOM4.
DOMSubtreeModifiedEvent = 143,
« no previous file with comments | « sky/engine/core/events/EventTypeNames.in ('k') | sky/engine/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698