Chromium Code Reviews| Index: chrome/views/hwnd_view.h |
| =================================================================== |
| --- chrome/views/hwnd_view.h (revision 9911) |
| +++ chrome/views/hwnd_view.h (working copy) |
| @@ -69,6 +69,8 @@ |
| // Notification that our visible bounds relative to the root has changed. |
| // This updates the bounds of the HWND. |
| virtual void VisibleBoundsInRootChanged(); |
| + |
| + virtual void Focus(); |
| private: |
| // The hosted window handle. |