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

Unified Diff: ui/aura/root_window.h

Issue 8916020: Second attempt at moving the StackingClient to a property on the RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/client/stacking_client.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
===================================================================
--- ui/aura/root_window.h (revision 114527)
+++ ui/aura/root_window.h (working copy)
@@ -37,7 +37,6 @@
class KeyEvent;
class MouseEvent;
class ScreenAura;
-class StackingClient;
class TouchEvent;
// RootWindow is responsible for hosting a set of windows.
@@ -56,13 +55,10 @@
ui::Compositor* compositor() { return compositor_.get(); }
gfx::Point last_mouse_location() const { return last_mouse_location_; }
gfx::NativeCursor last_cursor() const { return last_cursor_; }
- StackingClient* stacking_client() { return stacking_client_.get(); }
Window* mouse_pressed_handler() { return mouse_pressed_handler_; }
Window* capture_window() { return capture_window_; }
ScreenAura* screen() { return screen_; }
- void SetStackingClient(StackingClient* stacking_client);
-
// Shows the root window host.
void ShowRootWindow();
@@ -181,8 +177,6 @@
scoped_ptr<RootWindowHost> host_;
- scoped_ptr<StackingClient> stacking_client_;
-
static RootWindow* instance_;
// If set before the RootWindow is created, the host window will cover the
« no previous file with comments | « ui/aura/client/stacking_client.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698