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

Unified Diff: ash/wm/overview/window_selector_item.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/overview/window_selector.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_item.cc
diff --git a/ash/wm/overview/window_selector_item.cc b/ash/wm/overview/window_selector_item.cc
index dd2acf61510c9a7cfc402650f4acc9ca71caf05b..eb53ce63c61abeb5b6a6dbf2e6ee17c0e3f9b48d 100644
--- a/ash/wm/overview/window_selector_item.cc
+++ b/ash/wm/overview/window_selector_item.cc
@@ -619,7 +619,7 @@ void WindowSelectorItem::CreateWindowLabel(const base::string16& title) {
root_window_->GetRootWindowController()
->ConfigureWidgetInitParamsForContainer(
item_widget_.get(),
- transform_window_.window()->GetParent()->GetShellWindowId(),
+ transform_window_.window()->GetParent()->aura_window()->id(),
&params_label);
item_widget_->set_focus_on_creation(false);
item_widget_->Init(params_label);
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698