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

Unified Diff: ash/shell_observer.h

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.cc ('k') | ash/wm/default_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index a98700afff3dd92f099932c9e5b5bde3ab988318..89256c5be0c752b3f2804fa5b710a1632343917a 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -41,7 +41,7 @@ class ASH_EXPORT ShellObserver {
WmWindow* root_window) {}
// Invoked when |pinned_window| enter or exit pinned mode.
- virtual void OnPinnedStateChanged(WmWindow* pinned_window) {}
+ virtual void OnPinnedStateChanged(aura::Window* pinned_window) {}
// Called when the overview mode is about to be started (before the windows
// get re-arranged).
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/default_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698