| Index: ui/aura/root_window_host.h
|
| diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
|
| index 2eb29b9d1d38cc70f065c16809017b5a7a2e2679..4ab18306ebfc59f269139961f396ea870fca9747 100644
|
| --- a/ui/aura/root_window_host.h
|
| +++ b/ui/aura/root_window_host.h
|
| @@ -79,6 +79,9 @@ class RootWindowHost {
|
| // Moves the cursor to the specified location relative to the root window.
|
| virtual void MoveCursorTo(const gfx::Point& location) = 0;
|
|
|
| + // Sets if the window should be focused when shown.
|
| + virtual void SetFocusWhenShown(bool focus_when_shown) = 0;
|
| +
|
| // Posts |native_event| to the platform's event queue.
|
| #if !defined(OS_MACOSX)
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0;
|
|
|