| 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..e6a1ee35496efa63e064a1b845fde3f87f061fa0 100644
|
| --- a/ui/views/layout/grid_layout.h
|
| +++ b/ui/views/layout/grid_layout.h
|
| @@ -129,8 +129,9 @@ class VIEWS_EXPORT GridLayout : public LayoutManager {
|
| void StartRowWithPadding(float vertical_resize, int column_set_id,
|
| float padding_resize, int padding);
|
|
|
| - // Starts a new row with the specified column set.
|
| - void StartRow(float vertical_resize, int column_set_id);
|
| + // Starts a new row with the specified column set and height (0 for
|
| + // unspecified height).
|
| + 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.
|
|
|