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

Unified Diff: third_party/closure_compiler/externs/web_animations.js

Issue 2602693002: Files app: Compile custom elements. (Closed)
Patch Set: Address review comments. Created 4 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
Index: third_party/closure_compiler/externs/web_animations.js
diff --git a/third_party/closure_compiler/externs/web_animations.js b/third_party/closure_compiler/externs/web_animations.js
index e369b602b61ca748601e5c7f69b75ae6c2367964..39ffc372b7122fc446cf0fe2d6bbb5d0cbf4ab08 100644
--- a/third_party/closure_compiler/externs/web_animations.js
+++ b/third_party/closure_compiler/externs/web_animations.js
@@ -174,6 +174,9 @@ Animation.prototype.currentTime;
/** @type {number} */
Animation.prototype.playbackRate;
+/** @type {!Promise<!Animation>} */
+Animation.prototype.finished;
+
Animation.prototype.finish = function() {};
Animation.prototype.play = function() {};

Powered by Google App Engine
This is Rietveld 408576698