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 da67638..706f380 100644 --- a/chrome/views/grid_layout.h +++ b/chrome/views/grid_layout.h @@ -136,7 +136,7 @@ class GridLayout : public LayoutManager { // As a convenience this adds the view to the host. The view becomes owned // by the host, and NOT this GridLayout. void AddView(View* view, int col_span, int row_span, Alignment h_align, - Alignment v_align); + Alignment v_align); // Adds a view with the specified alignment and spans. If // pref_width/pref_height is > 0 then the preferred width/height of the view |