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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_metadata_box.js

Issue 2622393003: Quick View: Rename Resolution to Dimension. (Closed)
Patch Set: Created 3 years, 11 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/file_manager/foreground/elements/files_metadata_box.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/elements/files_metadata_box.js
diff --git a/ui/file_manager/file_manager/foreground/elements/files_metadata_box.js b/ui/file_manager/file_manager/foreground/elements/files_metadata_box.js
index e045432baf8dfab1686e8594d7fc9c7fbe95504a..5016f77e84b233990c17625bd8479f4d86f8c3ff 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_metadata_box.js
+++ b/ui/file_manager/file_manager/foreground/elements/files_metadata_box.js
@@ -148,7 +148,7 @@ var FilesMetadataBox = Polymer({
*
* @private
*/
- resolution_: function(imageWidth, imageHeight) {
+ dimension_: function(imageWidth, imageHeight) {
if (imageWidth && imageHeight)
return imageWidth + " x " + imageHeight;
return '';
« no previous file with comments | « ui/file_manager/file_manager/foreground/elements/files_metadata_box.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698