| Index: ui/wm/core/focus_controller.cc
|
| diff --git a/ui/wm/core/focus_controller.cc b/ui/wm/core/focus_controller.cc
|
| index 594e66ee94db2655a9a8064e0c57e69141603ee3..230de219787c8aa782d952af1be729662b684d5b 100644
|
| --- a/ui/wm/core/focus_controller.cc
|
| +++ b/ui/wm/core/focus_controller.cc
|
| @@ -72,7 +72,7 @@ void FocusController::DeactivateWindow(aura::Window* window) {
|
| FocusWindow(rules_->GetNextActivatableWindow(window));
|
| }
|
|
|
| -aura::Window* FocusController::GetActiveWindow() {
|
| +const aura::Window* FocusController::GetActiveWindow() const {
|
| return active_window_;
|
| }
|
|
|
|
|