Chromium Code Reviews| Index: ash/display/display_controller.h |
| =================================================================== |
| --- ash/display/display_controller.h (revision 175368) |
| +++ ash/display/display_controller.h (working copy) |
| @@ -179,6 +179,10 @@ |
| ObserverList<Observer> observers_; |
| + // Store the primary root window temporarily while replacing |
| + // display. |
| + aura::RootWindow* primary_root_window_for_replace_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(DisplayController); |
| }; |