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

Unified Diff: chrome/browser/resources/ntp4/tile_page.js

Issue 2689163002: Remove webkit prefixes for CSS Animation in chrome/ styles (Closed)
Patch Set: rebase Created 3 years, 10 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 | « chrome/browser/resources/ntp4/tile_page.css ('k') | chrome/browser/resources/options/browser_options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/tile_page.js
diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js
index 1577cf5a7770d67e2ef8517bc215ea3581c10133..d6748cfa424754ae75ff8fe65eeb442aa2102d9d 100644
--- a/chrome/browser/resources/ntp4/tile_page.js
+++ b/chrome/browser/resources/ntp4/tile_page.js
@@ -60,7 +60,7 @@ cr.define('ntp', function() {
this.addEventListener('dragend', this.onDragEnd_);
this.firstChild.addEventListener(
- 'webkitAnimationEnd', this.onContentsAnimationEnd_.bind(this));
+ 'animationend', this.onContentsAnimationEnd_.bind(this));
this.eventTracker = new EventTracker();
},
@@ -304,7 +304,7 @@ cr.define('ntp', function() {
},
/**
- * Callback for the webkitAnimationEnd event on the tile's contents.
+ * Callback for the animationend event on the tile's contents.
* @param {Event} e The event object.
*/
onContentsAnimationEnd_: function(e) {
« no previous file with comments | « chrome/browser/resources/ntp4/tile_page.css ('k') | chrome/browser/resources/options/browser_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698