summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/native_control.cc')
-rw-r--r--views/controls/native_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/native_control.cc b/views/controls/native_control.cc
index f00ab84..4e6e2f3 100644
--- a/views/controls/native_control.cc
+++ b/views/controls/native_control.cc
@@ -318,7 +318,7 @@ void NativeControl::SetEnabled(bool enabled) {
}
}
-void NativeControl::Paint(gfx::Canvas* canvas) {
+void NativeControl::OnPaint(gfx::Canvas* canvas) {
}
void NativeControl::VisibilityChanged(View* starting_from, bool is_visible) {