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

Unified Diff: ui/aura/desktop.h

Issue 7970001: Better Z-index support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/desktop.cc » ('j') | ui/aura/event_filter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
===================================================================
--- ui/aura/desktop.h (revision 101829)
+++ ui/aura/desktop.h (working copy)
@@ -55,6 +55,11 @@
Window* window() { return window_.get(); }
+ Window* toplevel_window_container() { return toplevel_window_container_; }
oshima 2011/09/20 05:29:28 () const {... same for getts above.
+ void set_toplevel_window_container(Window* toplevel_window_container) {
+ toplevel_window_container_ = toplevel_window_container;
+ }
+
static Desktop* GetInstance();
private:
@@ -64,6 +69,7 @@
scoped_refptr<ui::Compositor> compositor_;
scoped_ptr<internal::RootWindow> window_;
+ Window* toplevel_window_container_;
scoped_ptr<DesktopHost> host_;
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/desktop.cc » ('j') | ui/aura/event_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698