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

Unified Diff: ash/root_window_controller.h

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix SimpleMessageBoxViews asan failure. Created 7 years, 11 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: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index e5e85ef1e24b76279b611199ae5cb36e7a8667cd..2dae441f99f69c1b27bfe93ad11a31bfb8a28883 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -32,6 +32,7 @@ class RootWindowEventFilter;
namespace ash {
class Launcher;
+class StackingController;
class SystemTray;
class ToplevelWindowEventHandler;
@@ -176,6 +177,8 @@ class ASH_EXPORT RootWindowController {
scoped_ptr<aura::RootWindow> root_window_;
RootWindowLayoutManager* root_window_layout_;
+ scoped_ptr<StackingController> stacking_controller_;
+
// Widget containing system tray.
StatusAreaWidget* status_area_widget_;
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698