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

Unified Diff: ui/wm/core/focus_controller.h

Issue 2821213002: chromeos: converts ash devtools to aura::Window (Closed)
Patch Set: fix cast Created 3 years, 8 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
Index: ui/wm/core/focus_controller.h
diff --git a/ui/wm/core/focus_controller.h b/ui/wm/core/focus_controller.h
index 85858cfa27e30c17770b5cc3c3717ff152f2635f..66b2b8dc75c30be02e0e792defde0b41d4f5ae28 100644
--- a/ui/wm/core/focus_controller.h
+++ b/ui/wm/core/focus_controller.h
@@ -55,7 +55,7 @@ class WM_EXPORT FocusController : public aura::client::ActivationClient,
aura::client::ActivationChangeObserver* observer) override;
void ActivateWindow(aura::Window* window) override;
void DeactivateWindow(aura::Window* window) override;
- aura::Window* GetActiveWindow() override;
+ const aura::Window* GetActiveWindow() const override;
aura::Window* GetActivatableWindow(aura::Window* window) override;
aura::Window* GetToplevelWindow(aura::Window* window) override;
bool CanActivateWindow(aura::Window* window) const override;

Powered by Google App Engine
This is Rietveld 408576698