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

Unified Diff: ui/file_manager/externs/platform.js

Issue 2717653002: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: . 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 | « no previous file | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/platform.js
diff --git a/ui/file_manager/externs/platform.js b/ui/file_manager/externs/platform.js
index 693489c4dc449712324ccae486f1504cfd683868..2dfe238a0ad1a79978e4a5f08fd2c481a528b5ea 100644
--- a/ui/file_manager/externs/platform.js
+++ b/ui/file_manager/externs/platform.js
@@ -43,12 +43,3 @@ MediaError.MEDIA_ERR_DECODE = 3;
* @see http://dev.w3.org/html5/spec-author-view/video.html#mediaerror
*/
MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
-
-/**
- * Animate method.
- * @param {!Array<!Object>} frames
- * @param {number} duration
- * @see http://www.w3.org/TR/web-animations/#widl-Animatable-animate-
- * AnimationPlayer-object-effect--double-or-AnimationTimingInput--timing
- */
-HTMLElement.prototype.animate = function(frames, duration) {};
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698