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

Unified Diff: chrome/browser/resources/file_manager/js/photo/slide_mode.js

Issue 14316003: Fixed slide show in Files.app's gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/file_manager/js/media/video_player.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/photo/slide_mode.js
diff --git a/chrome/browser/resources/file_manager/js/photo/slide_mode.js b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
index 4eb2a051c410098d80d2cda5821267991603a4b9..097e8f2905341ce8589378f2057bcce7006c5306 100644
--- a/chrome/browser/resources/file_manager/js/photo/slide_mode.js
+++ b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
@@ -1052,7 +1052,7 @@ SlideMode.prototype.startSlideshow = function(opt_interval, opt_event) {
this.fullscreenBeforeSlideshow_ = util.isFullScreen();
if (!this.fullscreenBeforeSlideshow_) {
// Wait until the zoom animation from the mosaic mode is done.
- setTimeout(this.toggleFullscreen_.bind(this),
+ setTimeout(this.toggleFullScreen_.bind(this),
ImageView.ZOOM_ANIMATION_DURATION);
opt_interval = (opt_interval || SlideMode.SLIDESHOW_INTERVAL) +
SlideMode.FULLSCREEN_TOGGLE_DELAY;
« no previous file with comments | « chrome/browser/resources/file_manager/js/media/video_player.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698