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

Unified Diff: ui/file_manager/gallery/js/image_editor/image_editor.js

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 years, 2 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
Index: ui/file_manager/gallery/js/image_editor/image_editor.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_editor.js b/ui/file_manager/gallery/js/image_editor/image_editor.js
index 38ab77adf9d250e1e78feeacdf2ad91d228dc2c3..e731995860af8ed7705b9a7d9f96027754f6ad59 100644
--- a/ui/file_manager/gallery/js/image_editor/image_editor.js
+++ b/ui/file_manager/gallery/js/image_editor/image_editor.js
@@ -194,7 +194,7 @@ ImageEditor.prototype.onContentUpdate_ = function() {
/**
* Open the editing session for a new image.
*
- * @param {!Gallery.Item} item Gallery item.
+ * @param {!GalleryItem} item Gallery item.
* @param {!ImageView.Effect} effect Transition effect object.
* @param {function(function())} saveFunction Image save function.
* @param {function()} displayCallback Display callback.
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_adjust.js ('k') | ui/file_manager/gallery/js/image_editor/image_encoder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698