| 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);
|
| };
|
|
|