| Index: chrome/browser/resources/file_manager/js/photo/tile_view.js
|
| diff --git a/chrome/browser/resources/file_manager/js/photo/tile_view.js b/chrome/browser/resources/file_manager/js/photo/tile_view.js
|
| index f0741b9fd235b7c60d6f2c8af7c678e7f3febda2..8c63a4400c806f79c31338560aa60bd95678ae4c 100644
|
| --- a/chrome/browser/resources/file_manager/js/photo/tile_view.js
|
| +++ b/chrome/browser/resources/file_manager/js/photo/tile_view.js
|
| @@ -4,6 +4,7 @@
|
|
|
| /**
|
| * Tile view displays images/videos tiles.
|
| + *
|
| * @param {HTMLDocument} document Document.
|
| * @param {function(TailBox, callback)} prepareBox This function should provide
|
| * the passed box with width and height properties of the image.
|
| @@ -449,9 +450,9 @@ TileBox.decorate = function(self, view, entry) {
|
|
|
| /**
|
| * Sets box position according to the |rect| property and given sizes.
|
| - * @constructor
|
| * @param {number} margin Margin between cells.
|
| * @param {number} cellSize The size of one cell.
|
| + * @constructor
|
| */
|
| TileBox.setPositionFromRect = function(margin, cellSize) {
|
| this.style.top = margin + (cellSize + margin) * this.rect.row + 'px';
|
|
|