Chromium Code Reviews| Index: views/controls/native_control_win.cc |
| diff --git a/views/controls/native_control_win.cc b/views/controls/native_control_win.cc |
| index cd1ac0b19ad758be355247613c261256d95ce1e5..fac7e325d1c2747d23bd7a6868376db4f197a6cc 100644 |
| --- a/views/controls/native_control_win.cc |
| +++ b/views/controls/native_control_win.cc |
| @@ -58,7 +58,7 @@ bool NativeControlWin::ProcessMessage(UINT message, |
| //////////////////////////////////////////////////////////////////////////////// |
| // NativeControlWin, View overrides: |
| -void NativeControlWin::SetEnabled(bool enabled) { |
| +void NativeControlWin::OnEnabledChanged(bool enabled) { |
| if (IsEnabled() != enabled) { |
| View::SetEnabled(enabled); |
|
Ben Goodger (Google)
2011/05/27 16:01:21
Infinite recursion.
tfarina
2011/05/27 16:25:04
Done.
|
| if (native_view()) |