| Index: ash/wm/always_on_top_controller.h
|
| diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/always_on_top_controller.h
|
| index 22fe342824a6667e3f014e1428d05ad458547406..386ce27ecc9141761ba7ae3bc4d8d3b672926349 100644
|
| --- a/ash/wm/always_on_top_controller.h
|
| +++ b/ash/wm/always_on_top_controller.h
|
| @@ -41,6 +41,8 @@ class AlwaysOnTopController : public aura::WindowObserver {
|
| intptr_t old) OVERRIDE;
|
| virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
|
|
| + // TODO(sky): remove this after workspace2 is the default.
|
| + // Is NULL if workspace2 is enabled.
|
| aura::Window* default_container_;
|
| aura::Window* always_on_top_container_;
|
|
|
|
|