Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2176)

Unified Diff: ash/shell.h

Issue 2225083003: mash: Add WmShell::SetDisplayWorkAreaInsets for ShelfLayoutManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698