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

Unified Diff: ash/shell_observer.h

Issue 2906693003: [mus+ash] Removes WmWindow from screen_dimmer and video_detector (Closed)
Patch Set: [mus+ash] Removes WmWindow from screen_dimmer and video_detector 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/wallpaper/wallpaper_controller.h » ('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 89256c5be0c752b3f2804fa5b710a1632343917a..d9fdc8cd5a222bca9c754489d2a84fdf8380d68e 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -22,7 +22,7 @@ class ASH_EXPORT ShellObserver {
virtual void OnCastingSessionStartedOrStopped(bool started) {}
// Invoked after a non-primary root window is created.
- virtual void OnRootWindowAdded(WmWindow* root_window) {}
+ virtual void OnRootWindowAdded(aura::Window* root_window) {}
// Invoked after the shelf has been created for |root_window|.
virtual void OnShelfCreatedForRootWindow(WmWindow* root_window) {}
@@ -38,7 +38,7 @@ class ASH_EXPORT ShellObserver {
// Invoked when entering or exiting fullscreen mode in |root_window|.
virtual void OnFullscreenStateChanged(bool is_fullscreen,
- WmWindow* root_window) {}
+ aura::Window* root_window) {}
// Invoked when |pinned_window| enter or exit pinned mode.
virtual void OnPinnedStateChanged(aura::Window* pinned_window) {}
« no previous file with comments | « ash/shell.cc ('k') | ash/wallpaper/wallpaper_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698