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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

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/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 7215b943997d0c5997615e5b5cc2888a99eff7e6..254b52b14ab110750b329684b314f92821d00fc4 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -240,6 +240,11 @@ bool WmShellMus::IsForceMaximizeOnFirstRun() {
return false;
}
+void WmShellMus::SetDisplayWorkAreaInsets(WmWindow* window,
+ const gfx::Insets& insets) {
+ NOTIMPLEMENTED();
+}
+
bool WmShellMus::IsPinned() {
NOTIMPLEMENTED();
return false;

Powered by Google App Engine
This is Rietveld 408576698