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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.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 | « chrome/browser/chromeos/accessibility/accessibility_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.cc b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
index 7a42effcb3c277ff3931fb9b347dcf08ed2bf8d1..c16dfecee86eaa2ba0033602300b119640eeada0 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
@@ -1276,9 +1276,8 @@ void AccessibilityManager::ActiveUserChanged(
SetProfile(ProfileManager::GetActiveUserProfile());
}
-void AccessibilityManager::OnFullscreenStateChanged(
- bool is_fullscreen,
- ash::WmWindow* root_window) {
+void AccessibilityManager::OnFullscreenStateChanged(bool is_fullscreen,
+ aura::Window* root_window) {
if (chromevox_panel_)
chromevox_panel_->UpdateWidgetBounds();
}
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698