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

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: Address nits; fix bad argument. 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
« no previous file with comments | « ash/shelf/shelf_layout_manager.cc ('k') | ash/wm/drag_window_resizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 542d572504ce771ed2dc091d20643c81e6666360..d86fd28b1927842502e6308b0062a3b6b482da30 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 work area insets of the display containing |window|, pings observers.
void SetDisplayWorkAreaInsets(aura::Window* window,
const gfx::Insets& insets);
« no previous file with comments | « ash/shelf/shelf_layout_manager.cc ('k') | ash/wm/drag_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698