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

Unified Diff: ui/file_manager/gallery/js/slide_mode.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 | « ui/file_manager/gallery/js/image_editor/image_editor_prompt.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/slide_mode.js
diff --git a/ui/file_manager/gallery/js/slide_mode.js b/ui/file_manager/gallery/js/slide_mode.js
index ef11a6a95f75b0d8cb70ea610c377c72352180b7..25d93a4c706b0194e7565cf49ecd351570be1617 100644
--- a/ui/file_manager/gallery/js/slide_mode.js
+++ b/ui/file_manager/gallery/js/slide_mode.js
@@ -10,7 +10,7 @@
* @param {!HTMLElement} content Content container element.
* @param {!HTMLElement} topToolbar Top toolbar element.
* @param {!HTMLElement} bottomToolbar Toolbar element.
- * @param {!ImageEditor.Prompt} prompt Prompt.
+ * @param {!ImageEditorPrompt} prompt Prompt.
* @param {!ErrorBanner} errorBanner Error banner.
* @param {!cr.ui.ArrayDataModel} dataModel Data model.
* @param {!cr.ui.ListSelectionModel} selectionModel Selection model.
@@ -65,7 +65,7 @@ function SlideMode(container, content, topToolbar, bottomToolbar, prompt,
this.bottomToolbar_ = bottomToolbar;
/**
- * @type {!ImageEditor.Prompt}
+ * @type {!ImageEditorPrompt}
* @private
* @const
*/
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_editor_prompt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698