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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc

Issue 2895713002: [mus+ash] Removes WmWindow from ash/wm/mru_window_tracker and overview mode (Closed)
Patch Set: Address nits, unit_tests target compiles Created 3 years, 7 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
Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
index 1c03c77232922926989008947daa7f1b8dd54c3b..a7ac2797ff80d7d12f06437920efc1dd30e77c5b 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
@@ -678,8 +678,7 @@ void ArcAppWindowLauncherController::UnregisterApp(
void ArcAppWindowLauncherController::SetOrientationLockForAppWindow(
AppWindow* app_window) {
- ash::WmWindow* window =
- ash::WmWindow::Get(app_window->widget()->GetNativeWindow());
+ aura::Window* window = app_window->widget()->GetNativeWindow();
if (!window)
return;
AppWindowInfo* info = GetAppWindowInfoForTask(app_window->task_id());

Powered by Google App Engine
This is Rietveld 408576698