| Index: views/controls/native/native_view_host_wrapper.h
|
| ===================================================================
|
| --- views/controls/native/native_view_host_wrapper.h (revision 27114)
|
| +++ views/controls/native/native_view_host_wrapper.h (working copy)
|
| @@ -51,6 +51,9 @@
|
| // is already hidden.
|
| virtual void HideWidget() = 0;
|
|
|
| + // Sets focus to the gfx::NativeView.
|
| + virtual void SetFocus() = 0;
|
| +
|
| // Creates a platform-specific instance of an object implementing this
|
| // interface.
|
| static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);
|
|
|
| Property changes on: views/controls/native/native_view_host_wrapper.h
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|