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

Unified Diff: chrome/views/radio_button.h

Issue 7344: Convert GetPreferredSize from:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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
Index: chrome/views/radio_button.h
===================================================================
--- chrome/views/radio_button.h (revision 3391)
+++ chrome/views/radio_button.h (working copy)
@@ -29,7 +29,7 @@
RadioButton(const std::wstring& label, int group_id);
virtual ~RadioButton();
- virtual void GetPreferredSize(CSize *out);
+ virtual gfx::Size GetPreferredSize();
virtual void Layout();
virtual std::string GetClassName() const;

Powered by Google App Engine
This is Rietveld 408576698