Index: views/controls/combobox/combobox.cc |
diff --git a/views/controls/combobox/combobox.cc b/views/controls/combobox/combobox.cc |
index fefa36aafd35a55a2972ddee64b320665c36a9fc..23df9faa2f4d9380df3e566be83e5df96233d1dd 100644 |
--- a/views/controls/combobox/combobox.cc |
+++ b/views/controls/combobox/combobox.cc |
@@ -78,8 +78,8 @@ void Combobox::Layout() { |
} |
} |
-void Combobox::SetEnabled(bool flag) { |
- View::SetEnabled(flag); |
+void Combobox::OnEnabledChanged() { |
+ View::OnEnabledChanged(); |
if (native_wrapper_) |
native_wrapper_->UpdateEnabled(); |
} |