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

Unified Diff: ash/wm/screen_dimmer.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/wallpaper/wallpaper_view.cc ('k') | ash/wm/screen_dimmer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/screen_dimmer.h
diff --git a/ash/wm/screen_dimmer.h b/ash/wm/screen_dimmer.h
index edb7f5c0c7ce73240e642113e95ae609108b237d..70bbaccc5812b123480f97e0e305a51219c129f3 100644
--- a/ash/wm/screen_dimmer.h
+++ b/ash/wm/screen_dimmer.h
@@ -12,10 +12,6 @@
#include "ash/shell_observer.h"
#include "base/macros.h"
-namespace aura {
-class Window;
-}
-
namespace ash {
class WindowDimmer;
@@ -63,7 +59,7 @@ class ASH_EXPORT ScreenDimmer : public ShellObserver {
std::vector<aura::Window*> GetAllContainers();
// ShellObserver:
- void OnRootWindowAdded(WmWindow* root_window) override;
+ void OnRootWindowAdded(aura::Window* root_window) override;
// Update the dimming state. This will also create a new DimWindow
// if necessary. (Used when a new display is connected)
« no previous file with comments | « ash/wallpaper/wallpaper_view.cc ('k') | ash/wm/screen_dimmer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698