Remove WmLookup |
|||||
Issue descriptionIt's no longer needed.
,
Feb 28 2017
More specifically for GetRootWindowControllerWithDisplayId() we should move this function to Shell. And change call sites to use Shell. Shell's implementation will call into WmShell::GetRootWindowForDisplayId(). e.g.
Shell::GetRootWindowControllerWithDisplayId(int64_t display_id) {
WmWindow* root_window = wm_shell_->GetRootWindowControllerWithDisplayId(display_id);
return root_window ? root_window->GetRootWindowController() : nullptr;
}
,
Mar 4 2017
,
May 30 2017
,
Aug 1 2017
,
Jan 22 2018
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by sky@chromium.org
, Feb 27 2017