| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 948ef2fce3532bc848c1099ddc1d8db532281016..246133c60afcd952c0ef90a129787e2686e162b7 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -189,6 +189,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| void HoldMouseMoves();
|
| void ReleaseMouseMoves();
|
|
|
| + // Sets if the window should be focused when shown.
|
| + void SetFocusWhenShown(bool focus_when_shown);
|
| +
|
| // Overridden from Window:
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
| virtual const RootWindow* GetRootWindow() const OVERRIDE;
|
|
|