| 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,
|
|
|