| Index: ash/shell/window_watcher.h
|
| diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h
|
| index d36a4c847d3fd554d41aa26aff60a73e95ec597a..f31fb07ba1bcf57eb09c6c33862889fc5d3a9887 100644
|
| --- a/ash/shell/window_watcher.h
|
| +++ b/ash/shell/window_watcher.h
|
| @@ -40,6 +40,8 @@ class WindowWatcher : public aura::WindowObserver {
|
| // Window watching for newly created windows to be added to.
|
| aura::Window* window_;
|
|
|
| + aura::Window* panel_container_;
|
| +
|
| // Maps from window to the id we gave it.
|
| IDToWindow id_to_window_;
|
|
|
|
|