| Index: components/mus/public/cpp/window_tree_connection.h
|
| diff --git a/components/mus/public/cpp/window_tree_connection.h b/components/mus/public/cpp/window_tree_connection.h
|
| index 43db0f15699222568df124ed7464c030c549b57e..8132bfcbe2b4e631c843bf47c94643593f852906 100644
|
| --- a/components/mus/public/cpp/window_tree_connection.h
|
| +++ b/components/mus/public/cpp/window_tree_connection.h
|
| @@ -77,6 +77,9 @@ class WindowTreeConnection {
|
| // is focused.
|
| virtual Window* GetFocusedWindow() = 0;
|
|
|
| + // Sets focus to null. This does nothing if focus is currently null.
|
| + virtual void ClearFocus() = 0;
|
| +
|
| // Creates and returns a new Window (which is owned by the window server).
|
| // Windows are initially hidden, use SetVisible(true) to show.
|
| Window* NewWindow() { return NewWindow(nullptr); }
|
|
|