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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/share_dialog.js

Issue 2748983002: Make window resizing animation of share dialog faster to mitigate UI glitch. (Closed)
Patch Set: Created 3 years, 9 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 | « ui/file_manager/file_manager/foreground/css/share_dialog.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
index aed9a1998a38fe90be7e8a7ea6ec7251742c048c..3f94e0a63af51c0c89b0aaebd3fc4e0b8f3c9710 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
@@ -33,7 +33,7 @@ ShareDialog.FAILURE_TIMEOUT = 20000;
* @type {number}
* @const
*/
-ShareDialog.WEBVIEW_CHECKSIZE_INTERVAL = 200;
+ShareDialog.WEBVIEW_CHECKSIZE_INTERVAL = 66;
/**
* The result of opening the dialog.
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/share_dialog.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698