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

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

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/mus/bridge/wm_window_mus.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index 49b3aa742e1297e8c3a190c639609b9bb634c6db..1b8db8eca743ac72736fc75a717a0e52cd875fd2 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -717,6 +717,13 @@ void WmWindowMus::HideResizeShadow() {
NOTIMPLEMENTED();
}
+void WmWindowMus::InstallResizeHandleWindowTargeter(
+ WmImmersiveFullscreenController* immersive_fullscreen_controller) {
+ // TODO(sky): I believe once WmImmersiveFullscreenController is ported this
+ // won't be necessary in mash, but I need to verify that:
+ // http://crbug.com/548435.
+}
+
void WmWindowMus::SetBoundsInScreenBehaviorForChildren(
WmWindow::BoundsInScreenBehavior behavior) {
// TODO: SetBoundsInScreen isn't fully implemented yet,
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698