Chromium Code Reviews| Index: chrome/views/hwnd_view.cc |
| =================================================================== |
| --- chrome/views/hwnd_view.cc (revision 9911) |
| +++ chrome/views/hwnd_view.cc (working copy) |
| @@ -171,6 +171,10 @@ |
| UpdateHWNDBounds(); |
| } |
| +void HWNDView::Focus() { |
| + ::SetFocus(hwnd_); |
| +} |
| + |
| void HWNDView::Paint(ChromeCanvas* canvas) { |
| // The area behind our window is black, so during a fast resize (where our |
| // content doesn't draw over the full size of our HWND, and the HWND |