Chromium Code Reviews| Index: chrome/views/grid_layout.h |
| =================================================================== |
| --- chrome/views/grid_layout.h (revision 3391) |
| +++ chrome/views/grid_layout.h (working copy) |
| @@ -165,7 +165,7 @@ |
| virtual void Layout(View* host); |
| // Returns the preferred size for the GridLayout. |
| - virtual void GetPreferredSize(View* host, CSize* out); |
| + virtual gfx::Size GetPreferredSize(View* host); |
| virtual int GetPreferredHeightForWidth(View* host, int width); |