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

Unified Diff: chrome/browser/resources/print_preview/print_preview_animations.js

Issue 606213002: Compile print_preview, part 6: reduce down to 48 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@J_print_preview_5
Patch Set: vitalybuka@'s review Created 6 years, 3 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: chrome/browser/resources/print_preview/print_preview_animations.js
diff --git a/chrome/browser/resources/print_preview/print_preview_animations.js b/chrome/browser/resources/print_preview/print_preview_animations.js
index 72369b6b03d6336b683272aa56e284294b067579..d62ef7409e130bc922e70fac3b0f3b10e4ba91f2 100644
--- a/chrome/browser/resources/print_preview/print_preview_animations.js
+++ b/chrome/browser/resources/print_preview/print_preview_animations.js
@@ -84,7 +84,7 @@ function fadeOutElement(el) {
/**
* Executes when a fade out animation ends.
- * @param {WebkitTransitionEvent} event The event that triggered this listener.
+ * @param {TransitionEvent} event The event that triggered this listener.
* @this {HTMLElement} The element where the transition occurred.
*/
function onFadeOutTransitionEnd(event) {
@@ -96,7 +96,7 @@ function onFadeOutTransitionEnd(event) {
/**
* Executes when a fade in animation ends.
- * @param {WebkitAnimationEvent} event The event that triggered this listener.
+ * @param {Event} event The event that triggered this listener.
* @this {HTMLElement} The element where the transition occurred.
*/
function onFadeInAnimationEnd(event) {
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.js ('k') | chrome/browser/resources/print_preview/print_preview_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698