summaryrefslogtreecommitdiffstats
path: root/chrome/views/grid_layout.h
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-16 19:38:18 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-16 19:38:18 +0000
commit11700330f14f3a8991340fe412903ed5e771d015 (patch)
treeedcda44b7c2f4eaa5507d4773603bcb182764f7e /chrome/views/grid_layout.h
parent8f1c6797e37207b284380f054696b68270132f85 (diff)
downloadchromium_src-11700330f14f3a8991340fe412903ed5e771d015.zip
chromium_src-11700330f14f3a8991340fe412903ed5e771d015.tar.gz
chromium_src-11700330f14f3a8991340fe412903ed5e771d015.tar.bz2
Landing http://codereview.chromium.org/14450 for m0 (Mohamed Mansour).
BUG=2186 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/grid_layout.h')
-rw-r--r--chrome/views/grid_layout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/grid_layout.h b/chrome/views/grid_layout.h
index 85284a9..358422a 100644
--- a/chrome/views/grid_layout.h
+++ b/chrome/views/grid_layout.h
@@ -174,7 +174,8 @@ 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, CSize* 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.