Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 5bdf6dd752b3b2596e564e3b0be71c3891926afb..05c6ac1a38e62ce6ba23b4364d5cd186d428e284 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -274,10 +274,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
// 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. |
Jun Mukai
2015/11/05 17:38:01
I think removing this TODO wouldn't be a good idea
dmazzoni
2015/11/05 20:12:58
I asked him and he didn't remember why it was ther
|
- void SetDisplayWorkAreaInsets(aura::Window* window, |
- const gfx::Insets& insets); |
+ void UpdateDisplayWorkAreaInsets(aura::Window* root_window); |
// Called when the user logs in. |
void OnLoginStateChanged(user::LoginStatus status); |