diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 17:39:46 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 17:39:46 +0000 |
commit | 72d1e597c85fbf6b45756e3c753696370c48c042 (patch) | |
tree | d01609d62295e34aa3a5721d4109f815d0fd23ad /chrome/views/grid_layout.h | |
parent | 9475d1d189c03a0626c4855b38f6004bfe7c5bb8 (diff) | |
download | chromium_src-72d1e597c85fbf6b45756e3c753696370c48c042.zip chromium_src-72d1e597c85fbf6b45756e3c753696370c48c042.tar.gz chromium_src-72d1e597c85fbf6b45756e3c753696370c48c042.tar.bz2 |
Slight code change to make some global variables const.
Fix >80 cols lines.
Review URL: http://codereview.chromium.org/42013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11342 0039d316-1c4b-4281-b951-d872f2087c98
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 |