summaryrefslogtreecommitdiffstats
path: root/views/controls/throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/throbber.h')
-rw-r--r--views/controls/throbber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/throbber.h b/views/controls/throbber.h
index bd0e67a..53d669f 100644
--- a/views/controls/throbber.h
+++ b/views/controls/throbber.h
@@ -31,7 +31,7 @@ class Throbber : public View {
// overridden from View
virtual gfx::Size GetPreferredSize();
- virtual void Paint(ChromeCanvas* canvas);
+ virtual void Paint(gfx::Canvas* canvas);
protected:
// Specifies whether the throbber is currently animating or not
@@ -90,7 +90,7 @@ class CheckmarkThrobber : public Throbber {
void SetChecked(bool checked);
// Overridden from Throbber:
- virtual void Paint(ChromeCanvas* canvas);
+ virtual void Paint(gfx::Canvas* canvas);
private:
static const int kFrameTimeMs = 30;