Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: views/grid_layout.h

Issue 2812026: Auto-size the views version of the options dialog. (Closed)
Patch Set: Fix autosizing issue with gtk pref pages in chromeos options dialog. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/examples/tabbed_pane_example.h ('k') | views/grid_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/grid_layout.h
diff --git a/views/grid_layout.h b/views/grid_layout.h
index 6d6c61c645bf0f6b2947ba123aeb3d6bea5c68b8..bb882ad87899ec0534db90dd9e7a3a8c1f26d61c 100644
--- a/views/grid_layout.h
+++ b/views/grid_layout.h
@@ -183,8 +183,7 @@ class GridLayout : public LayoutManager {
// 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,
- gfx::Size* 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.
« no previous file with comments | « views/examples/tabbed_pane_example.h ('k') | views/grid_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698