| Index: chrome/views/grid_layout.h
|
| ===================================================================
|
| --- chrome/views/grid_layout.h (revision 6997)
|
| +++ chrome/views/grid_layout.h (working copy)
|
| @@ -174,7 +174,8 @@
|
| // 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, CSize* 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.
|
|
|