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

Unified Diff: ash/wm/screen_dimmer.cc

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/wm/screen_dimmer.h ('k') | ash/wm/video_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/screen_dimmer.cc
diff --git a/ash/wm/screen_dimmer.cc b/ash/wm/screen_dimmer.cc
index 614a21e9273b18cee701a4c57c6566ca0c740796..e0ba5e63ef27221b333f47b4fa31d959de486b8b 100644
--- a/ash/wm/screen_dimmer.cc
+++ b/ash/wm/screen_dimmer.cc
@@ -53,7 +53,7 @@ aura::Window::Windows ScreenDimmer::GetAllContainers() {
ash::kShellWindowId_LockScreenContainersContainer);
}
-void ScreenDimmer::OnRootWindowAdded(WmWindow* root_window) {
+void ScreenDimmer::OnRootWindowAdded(aura::Window* root_window) {
Update(is_dimming_);
}
« no previous file with comments | « ash/wm/screen_dimmer.h ('k') | ash/wm/video_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698