diff options
Diffstat (limited to 'chrome/views/hwnd_view.h')
-rw-r--r-- | chrome/views/hwnd_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h index 701d228..ae33d0f 100644 --- a/chrome/views/hwnd_view.h +++ b/chrome/views/hwnd_view.h @@ -69,6 +69,8 @@ class HWNDView : public View { // 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. |