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

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

Issue 2342203003: Fix a Closure Compiler error. (Closed)
Patch Set: Created 4 years, 3 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 | 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/image_editor/image_resize.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_resize.js b/ui/file_manager/gallery/js/image_editor/image_resize.js
index 9c186c35d2ecefb4d6d234238cb81937feb8f622..3cfaa35aca94142352b4e53e6baafe4f661bd6ef 100644
--- a/ui/file_manager/gallery/js/image_editor/image_resize.js
+++ b/ui/file_manager/gallery/js/image_editor/image_resize.js
@@ -36,6 +36,9 @@ ImageEditor.Mode.Resize = function() {
/** @private {HTMLElement} */
this.heightInputElement_ = null;
+ /** @private {HTMLElement} */
+ this.lockIcon_ = null;
+
/** @private {number} */
this.ratio_ = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698