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

Unified Diff: ash/wm/default_state.cc

Issue 2904073002: [mus+ash] Removes WmWindow from ash/wm/screen_pinning_controller.h (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash/wm/screen_pinning_controller.h (removes unneeded header) 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
« no previous file with comments | « ash/shell_observer.h ('k') | ash/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/default_state.cc
diff --git a/ash/wm/default_state.cc b/ash/wm/default_state.cc
index c1249b2d9371e7c6afe770fcf6eea42ea775773d..599c0ee94fc28cd7394e4a94da00e2103625c548 100644
--- a/ash/wm/default_state.cc
+++ b/ash/wm/default_state.cc
@@ -545,7 +545,7 @@ void DefaultState::EnterToNextState(WindowState* window_state,
next_state_type == WINDOW_STATE_TYPE_TRUSTED_PINNED ||
previous_state_type == WINDOW_STATE_TYPE_TRUSTED_PINNED) {
Shell::Get()->screen_pinning_controller()->SetPinnedWindow(
- WmWindow::Get(window_state->window()));
+ window_state->window());
}
}
« no previous file with comments | « ash/shell_observer.h ('k') | ash/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698