Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host.h

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h
index e52b66f55df50adfd7f708858ef7897972d6b71b..3998b6a5fc2765e0f62bb68194b7b54797986aad 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host.h
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h
@@ -45,6 +45,7 @@ class VIEWS_EXPORT DesktopRootWindowHost {
// Caller takes ownership of returned RootWindow.
virtual aura::RootWindow* Init(aura::Window* content_window,
const Widget::InitParams& params) = 0;
+ virtual void InitFocus(aura::Window* window) = 0;
virtual void Close() = 0;
virtual void CloseNow() = 0;

Powered by Google App Engine
This is Rietveld 408576698