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

Unified Diff: ash/shell.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/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 7a644b054a22f8add5e5d0b10fab9b903c3955c9..51f5df159047662cf70a5b79ca5d1e7bf4df58ae 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -285,7 +285,7 @@ class ASH_EXPORT Shell : public SessionObserver,
void OnCastingSessionStartedOrStopped(bool started);
// Called when a root window is created.
- void OnRootWindowAdded(WmWindow* root_window);
+ void OnRootWindowAdded(aura::Window* root_window);
// Creates a virtual keyboard. Deletes the old virtual keyboard if it already
// exists.
@@ -586,7 +586,8 @@ class ASH_EXPORT Shell : public SessionObserver,
void NotifyOverviewModeEnded();
// Notifies observers that fullscreen mode has changed for |root_window|.
- void NotifyFullscreenStateChanged(bool is_fullscreen, WmWindow* root_window);
+ void NotifyFullscreenStateChanged(bool is_fullscreen,
+ aura::Window* root_window);
// Notifies observers that |pinned_window| changed its pinned window state.
void NotifyPinnedStateChanged(aura::Window* pinned_window);
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698