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

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

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to drwhw 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_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index f358b588534cb3ccd28836e150e45098e38210de..529a732bde2b30bf5c57dfd9737fec647c4b1ef3 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -28,6 +28,7 @@ class CompoundEventFilter;
class InputMethodEventFilter;
class ShadowController;
class TooltipController;
+class VisibilityController;
}
class DesktopRootWindowHost;
@@ -228,6 +229,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
scoped_ptr<corewm::TooltipController> tooltip_controller_;
scoped_ptr<TooltipManagerAura> tooltip_manager_;
+ scoped_ptr<views::corewm::VisibilityController> visibility_controller_;
+
// See comments in OnLostActive().
bool restore_focus_on_activate_;

Powered by Google App Engine
This is Rietveld 408576698