| Index: views/controls/native_control_win.cc
|
| ===================================================================
|
| --- views/controls/native_control_win.cc (revision 18869)
|
| +++ views/controls/native_control_win.cc (working copy)
|
| @@ -196,8 +196,7 @@
|
| return 0;
|
| } else if (message == WM_SETFOCUS) {
|
| // Let the focus manager know that the focus changed.
|
| - FocusManager* focus_manager =
|
| - FocusManager::GetFocusManager(native_control->native_view());
|
| + FocusManager* focus_manager = native_control->GetFocusManager();
|
| if (focus_manager) {
|
| focus_manager->SetFocusedView(native_control->focus_view());
|
| } else {
|
|
|