Chromium Code Reviews| Index: ui/views/layout/grid_layout.h |
| diff --git a/ui/views/layout/grid_layout.h b/ui/views/layout/grid_layout.h |
| index 144fac9830232ee2112dc0983216444594bec266..41a7685fd23a48ac9c702a4287a299a779982e69 100644 |
| --- a/ui/views/layout/grid_layout.h |
| +++ b/ui/views/layout/grid_layout.h |
| @@ -130,7 +130,7 @@ class VIEWS_EXPORT GridLayout : public LayoutManager { |
| float padding_resize, int padding); |
| // Starts a new row with the specified column set. |
|
sky
2017/02/01 16:33:51
Document what |height| means, and what 0 means in
yoshiki
2017/02/01 18:01:06
Done.
|
| - void StartRow(float vertical_resize, int column_set_id); |
| + void StartRow(float vertical_resize, int column_set_id, int height = 0); |
| // Advances past columns. Use this when the current column should not |
| // contain any views. |