diff options
Diffstat (limited to 'chrome/views/decision.h')
-rw-r--r-- | chrome/views/decision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/decision.h b/chrome/views/decision.h index 65924ae..007d0f3 100644 --- a/chrome/views/decision.h +++ b/chrome/views/decision.h @@ -42,7 +42,7 @@ class Decision : public View { // Overridden from View for custom layout. virtual void Layout(); - virtual void GetPreferredSize(CSize *out); + virtual gfx::Size GetPreferredSize(); protected: // Override to call Layout(). |