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

Unified Diff: chromecast/graphics/cast_focus_client_aura.cc

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.cc
diff --git a/chromecast/graphics/cast_focus_client_aura.cc b/chromecast/graphics/cast_focus_client_aura.cc
index 45e891d73d7030c096b69804b8ecbe17cc2f08df..49afd14a44238eb86aee56ec1df06773b65ff813 100644
--- a/chromecast/graphics/cast_focus_client_aura.cc
+++ b/chromecast/graphics/cast_focus_client_aura.cc
@@ -233,7 +233,7 @@ void CastFocusClientAura::ActivateWindow(aura::Window* window) {}
void CastFocusClientAura::DeactivateWindow(aura::Window* window) {}
-aura::Window* CastFocusClientAura::GetActiveWindow() {
+const aura::Window* CastFocusClientAura::GetActiveWindow() const {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698