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

Unified Diff: ui/views/corewm/wm_state.h

Issue 115453004: Moves management of transients out of Window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneeded parens Created 6 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
« no previous file with comments | « ui/views/corewm/window_util.cc ('k') | ui/views/corewm/wm_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/wm_state.h
diff --git a/ui/views/corewm/wm_state.h b/ui/views/corewm/wm_state.h
index 1e0ee4f5b604f1eac7f47860398ca65a132f9ced..e8a09f265adb85be2936c511d4b2113ea0c9244f 100644
--- a/ui/views/corewm/wm_state.h
+++ b/ui/views/corewm/wm_state.h
@@ -11,6 +11,7 @@
namespace views {
namespace corewm {
+class TransientWindowController;
class TransientWindowStackingClient;
// Installs state needed by the window manager.
@@ -22,6 +23,7 @@ class VIEWS_EXPORT WMState {
// WindowStackingClient:
private:
scoped_ptr<TransientWindowStackingClient> window_stacking_client_;
+ scoped_ptr<TransientWindowController> transient_window_client_;
DISALLOW_COPY_AND_ASSIGN(WMState);
};
« no previous file with comments | « ui/views/corewm/window_util.cc ('k') | ui/views/corewm/wm_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698