| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 16d66406889e039c133c87e786232dc8f2a05e98..41408ec3c0b007d71e11c11f2ce3c0d933314636 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -484,6 +484,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
|
|
| // Activates the widget, assuming it already exists and is visible.
|
| void Activate();
|
| + // Like Activate(), but some window managers will give this higher priority.
|
| + void ActivateForUserGesture();
|
|
|
| // Deactivates the widget, making the next window in the Z order the active
|
| // window.
|
|
|