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

Unified Diff: ash/wm/video_detector.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/wm/screen_dimmer.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/video_detector.h
diff --git a/ash/wm/video_detector.h b/ash/wm/video_detector.h
index 1f9e2a2c5344213647545582177f31894c0a975d..68ea70136994aef571e6012e97bcf06a71d7be86 100644
--- a/ash/wm/video_detector.h
+++ b/ash/wm/video_detector.h
@@ -104,7 +104,7 @@ class ASH_EXPORT VideoDetector : public aura::EnvObserver,
// ShellObserver overrides.
void OnFullscreenStateChanged(bool is_fullscreen,
- WmWindow* root_window) override;
+ aura::Window* root_window) override;
private:
// Called when video activity is observed in |window|.
« no previous file with comments | « ash/wm/screen_dimmer.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698