Chromium Code Reviews| Index: ui/views/widget/desktop_root_window_host.h |
| =================================================================== |
| --- ui/views/widget/desktop_root_window_host.h (revision 157553) |
| +++ ui/views/widget/desktop_root_window_host.h (working copy) |
| @@ -73,6 +73,8 @@ |
| virtual internal::InputMethodDelegate* GetInputMethodDelegate() = 0; |
| virtual void SetWindowTitle(const string16& title) = 0; |
| + |
| + virtual void ClearNativeFocus() = 0; |
| }; |
| } // namespace views |