summaryrefslogtreecommitdiffstats
path: root/views/controls/button/text_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/text_button.h')
-rw-r--r--views/controls/button/text_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/text_button.h b/views/controls/button/text_button.h
index 5206c22..badf0b4 100644
--- a/views/controls/button/text_button.h
+++ b/views/controls/button/text_button.h
@@ -174,7 +174,7 @@ class TextButton : public CustomButton {
protected:
SkBitmap icon() const { return icon_; }
- virtual void Paint(gfx::Canvas* canvas);
+ virtual void OnPaint(gfx::Canvas* canvas);
// Called when enabled or disabled state changes, or the colors for those
// states change.