diff options
Diffstat (limited to 'chrome/views/grid_layout.h')
-rw-r--r-- | chrome/views/grid_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/grid_layout.h b/chrome/views/grid_layout.h index 358422a..27ccc3e 100644 --- a/chrome/views/grid_layout.h +++ b/chrome/views/grid_layout.h @@ -174,7 +174,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, + void SizeRowsAndColumns(bool layout, int width, int height, gfx::Size* pref); // Calculates the master columns of all the column sets. See Column for |