summaryrefslogtreecommitdiffstats
path: root/chrome/views/throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/throbber.h')
-rw-r--r--chrome/views/throbber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/throbber.h b/chrome/views/throbber.h
index 3c42fde..93d771c 100644
--- a/chrome/views/throbber.h
+++ b/chrome/views/throbber.h
@@ -29,7 +29,7 @@ class Throbber : public ChromeViews::View {
virtual void Stop();
// overridden from View
- virtual void GetPreferredSize(CSize *out);
+ virtual gfx::Size GetPreferredSize();
virtual void Paint(ChromeCanvas* canvas);
protected: