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

Unified Diff: chrome/views/grid_layout.h

Issue 14450: Some cleanup, using gfx::Size instead of CSize for ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years 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 | « no previous file | chrome/views/grid_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/grid_layout.h
===================================================================
--- chrome/views/grid_layout.h (revision 6997)
+++ chrome/views/grid_layout.h (working copy)
@@ -174,7 +174,8 @@
// 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.
« no previous file with comments | « no previous file | chrome/views/grid_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698