Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index 542d572504ce771ed2dc091d20643c81e6666360..3a26c2acf4819a65c251893085f4701e852324cd 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -216,10 +216,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
| views::NonClientFrameView* CreateDefaultNonClientFrameView( |
| views::Widget* widget); |
| - // Sets the work area insets of the display that contains |window|, |
| - // this notifies observers too. |
| - // TODO(sky): this no longer really replicates what happens and is unreliable. |
| - // Remove this. |
| + // Sets the work area insets of the display with |window|, notifies observers. |
|
James Cook
2016/08/08 23:40:04
ditto
msw
2016/08/08 23:58:39
Done.
|
| void SetDisplayWorkAreaInsets(aura::Window* window, |
| const gfx::Insets& insets); |