summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r--views/widget/widget_win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h
index 5f92a1f..6e795de 100644
--- a/views/widget/widget_win.h
+++ b/views/widget/widget_win.h
@@ -419,6 +419,10 @@ class WidgetWin : public ui::WindowImpl,
// first ancestor that is a Window.
static Window* GetWindowImpl(HWND hwnd);
+ // Returns the RootView that contains the focused view, or NULL if there is no
+ // focused view.
+ RootView* GetFocusedViewRootView();
+
// Called after the WM_ACTIVATE message has been processed by the default
// windows procedure.
static void PostProcessActivateMessage(WidgetWin* widget,