Index: chrome/browser/chromeos/accessibility/chromevox_panel.cc |
diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.cc b/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
index 76a933333fb20b6dc7ad3f57fc661c35b78df484..dc8381b7c1f35a15e0a9e4cbf3632c6814ed13a5 100644 |
--- a/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
+++ b/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
@@ -190,7 +190,7 @@ void ChromeVoxPanel::UpdateWidgetBounds() { |
// If we're in full-screen mode, give the panel a height of 0 unless |
// it's active. |
- if (ash::GetRootWindowController(GetRootWindow()) |
+ if (ash::RootWindowController::ForWindow(GetRootWindow()) |
->GetWindowForFullscreenMode() && |
!widget_->IsActive()) { |
bounds.set_height(0); |