| Index: ui/views/widget/native_widget_private.h
|
| diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h
|
| index 815ab8f8afe67c35f2d6a846ba305425117b302c..d52aee632495c9957cfd035564cbc0d87b87e7ee 100644
|
| --- a/ui/views/widget/native_widget_private.h
|
| +++ b/ui/views/widget/native_widget_private.h
|
| @@ -73,6 +73,10 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget {
|
|
|
| static gfx::FontList GetWindowTitleFontList();
|
|
|
| + // Returns the NativeView with capture, otherwise NULL if there is no current
|
| + // capture set, or if |native_view| has no root.
|
| + static gfx::NativeView GetGlobalCapture(gfx::NativeView native_view);
|
| +
|
| // Initializes the NativeWidget.
|
| virtual void InitNativeWidget(const Widget::InitParams& params) = 0;
|
|
|
|
|