Chromium Code Reviews| Index: chrome/views/native_button.h |
| =================================================================== |
| --- chrome/views/native_button.h (revision 3391) |
| +++ chrome/views/native_button.h (working copy) |
| @@ -30,7 +30,7 @@ |
| NativeButton(const std::wstring& label, bool is_default); |
| virtual ~NativeButton(); |
| - virtual void GetPreferredSize(CSize *out); |
| + virtual gfx::Size GetPreferredSize(); |
| void SetLabel(const std::wstring& l); |
| const std::wstring GetLabel() const; |