| Index: ui/aura_shell/stacking_controller.h
|
| diff --git a/ui/aura_shell/stacking_controller.h b/ui/aura_shell/stacking_controller.h
|
| index 20bb5feaf36531218be6c1c6065586466857d74c..7be9966f8610b2c849b16b6f1da053fa3308e90d 100644
|
| --- a/ui/aura_shell/stacking_controller.h
|
| +++ b/ui/aura_shell/stacking_controller.h
|
| @@ -35,6 +35,13 @@ class StackingController : public aura::StackingClient {
|
| aura::Window* ignore) const OVERRIDE;
|
|
|
| private:
|
| + // Returns corresponding modal container for a modal window.
|
| + // If screen lock is not active, all modal windows are placed into the
|
| + // normal modal container.
|
| + // Otherwise those that originate from LockScreen container and above are
|
| + // placed in the screen lock modal container.
|
| + aura::Window* GetModalContainer(aura::Window* window) const;
|
| +
|
| scoped_ptr<internal::AlwaysOnTopController> always_on_top_controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(StackingController);
|
|
|