| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 411e6b26666aa47b10bef197d361f443508df94f..91ee69f39d3e3a3165177c76b082a93c005d16ae 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -151,6 +151,8 @@ class ASH_EXPORT Shell {
|
|
|
| // Sets the work area insets of the monitor that contains |window|,
|
| // this notifies observers too.
|
| + // TODO(sky): this no longer really replicates what happens and is unreliable.
|
| + // Remove this.
|
| void SetMonitorWorkAreaInsets(aura::Window* window,
|
| const gfx::Insets& insets);
|
|
|
|
|