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

Unified Diff: ash/wm/overview/scoped_transform_overview_window.cc

Issue 2814243002: Removes a couple more functions from WmWindow (Closed)
Patch Set: feedback Created 3 years, 8 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/wm/maximize_mode/workspace_backdrop_delegate.cc ('k') | ash/wm/overview/window_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/scoped_transform_overview_window.cc
diff --git a/ash/wm/overview/scoped_transform_overview_window.cc b/ash/wm/overview/scoped_transform_overview_window.cc
index 1f70ded941e39b6ced39a8284bb9a7e4a682defc..71ac284ed22c5fb151b76d29345a37048ca2bcdf 100644
--- a/ash/wm/overview/scoped_transform_overview_window.cc
+++ b/ash/wm/overview/scoped_transform_overview_window.cc
@@ -483,7 +483,7 @@ void ScopedTransformOverviewWindow::CreateMirrorWindowForMinimizedState() {
window_->GetRootWindow()
->GetRootWindowController()
->ConfigureWidgetInitParamsForContainer(
- minimized_widget_.get(), window_->GetParent()->GetShellWindowId(),
+ minimized_widget_.get(), window_->GetParent()->aura_window()->id(),
&params);
minimized_widget_->set_focus_on_creation(false);
minimized_widget_->Init(params);
« no previous file with comments | « ash/wm/maximize_mode/workspace_backdrop_delegate.cc ('k') | ash/wm/overview/window_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698