Chromium Code Reviews| Index: views/controls/native_control.cc |
| =================================================================== |
| --- views/controls/native_control.cc (revision 53803) |
| +++ views/controls/native_control.cc (working copy) |
| @@ -270,6 +270,7 @@ |
| if (container_) { |
| DCHECK(container_->GetControl()); |
| ::SetFocus(container_->GetControl()); |
| + NotifyAccessibilityEvent(AccessibilityTypes::EVENT_FOCUS); |
|
Chris Guillory
2010/07/28 16:53:29
Curious: Why send focus for our view here? Aren't
|
| } |
| } |