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 410b2bfec6c44ec41e5f7d3b41427e771beedc00..41ffeca25da2c7a0278f3f0081c198030cef3525 100644 |
--- a/ui/file_manager/gallery/js/image_editor/image_editor.js |
+++ b/ui/file_manager/gallery/js/image_editor/image_editor.js |
@@ -615,9 +615,9 @@ ImageEditor.prototype.onDoubleTap_ = function(x, y) { |
/** |
* Hide the tools that overlap the given rectangular frame. |
* |
- * @param {Rect} frame Hide the tool that overlaps this rect. |
- * @param {Rect} transparent But do not hide the tool that is completely inside |
- * this rect. |
+ * @param {ImageRect} frame Hide the tool that overlaps this rect. |
+ * @param {ImageRect} transparent But do not hide the tool that is completely |
+ * inside this rect. |
*/ |
ImageEditor.prototype.hideOverlappingTools = function(frame, transparent) { |
var tools = this.rootContainer_.ownerDocument.querySelectorAll('.dimmable'); |