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

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

Issue 624563002: Files.app: Rename Rect used in Gallery with ImageRect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 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');
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/commands.js ('k') | ui/file_manager/gallery/js/image_editor/image_transform.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698