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

Unified Diff: chromecast/graphics/cast_focus_client_aura.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: chromecast/graphics/cast_focus_client_aura.h
diff --git a/chromecast/graphics/cast_focus_client_aura.h b/chromecast/graphics/cast_focus_client_aura.h
index f9d97965905492caa9c2e5c7772f3b7955ebf397..72e00cf3ba280d90647f825ce20dfa60bfc9b180 100644
--- a/chromecast/graphics/cast_focus_client_aura.h
+++ b/chromecast/graphics/cast_focus_client_aura.h
@@ -40,7 +40,7 @@ class CastFocusClientAura : public aura::WindowObserver,
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