Index: chrome/views/text_field.h |
=================================================================== |
--- chrome/views/text_field.h (revision 3391) |
+++ chrome/views/text_field.h (working copy) |
@@ -72,7 +72,7 @@ |
// Overridden for layout purposes |
virtual void Layout(); |
- virtual void GetPreferredSize(CSize* sz); |
+ virtual gfx::Size GetPreferredSize(); |
virtual void DidChangeBounds(const CRect& previous, const CRect& current); |
// Controller accessors |