diff options
Diffstat (limited to 'views/grid_layout.h')
-rw-r--r-- | views/grid_layout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/grid_layout.h b/views/grid_layout.h index 6d6c61c..bb882ad 100644 --- a/views/grid_layout.h +++ b/views/grid_layout.h @@ -183,8 +183,7 @@ class GridLayout : public LayoutManager { // they both call into this method. This sizes the Columns/Rows as // appropriate. If layout is true, width/height give the width/height the // of the host, otherwise they are ignored. - void SizeRowsAndColumns(bool layout, int width, int height, - gfx::Size* pref); + void SizeRowsAndColumns(bool layout, int width, int height, gfx::Size* pref); // Calculates the master columns of all the column sets. See Column for // a description of what a master column is. |