diff options
Diffstat (limited to 'chrome/views/hwnd_view.h')
-rw-r--r-- | chrome/views/hwnd_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h index ae33d0f..8219991 100644 --- a/chrome/views/hwnd_view.h +++ b/chrome/views/hwnd_view.h @@ -69,7 +69,7 @@ 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: |