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

Unified Diff: ash/wm/screen_dimmer.h

Issue 2041423003: Converts ShellObserver from aura::Window to ash::WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/panels/attached_panel_window_targeter.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 f9a459809e2ebeacf3a49d90ee0e49407aae7aa6..4626c6c64b4d50774779bfe924d32dcaf657917c 100644
--- a/ash/wm/screen_dimmer.h
+++ b/ash/wm/screen_dimmer.h
@@ -53,7 +53,7 @@ class ASH_EXPORT ScreenDimmer : ShellObserver {
explicit ScreenDimmer(int container_id);
// ShellObserver:
- void OnRootWindowAdded(aura::Window* root_window) override;
+ void OnRootWindowAdded(WmWindow* 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/wm/panels/attached_panel_window_targeter.cc ('k') | ash/wm/screen_dimmer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698