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

Unified Diff: services/window_manager/focus_controller.cc

Issue 805123003: Adds capture to the mojo window_manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sky comments Created 6 years 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
« no previous file with comments | « services/window_manager/focus_controller.h ('k') | services/window_manager/focus_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/focus_controller.cc
diff --git a/services/window_manager/focus_controller.cc b/services/window_manager/focus_controller.cc
index ba6454acc66f6d2b0ee047713b9b701e42a9ef44..e58dca862bd57dd49675a5e3526ea0b275e06bca 100644
--- a/services/window_manager/focus_controller.cc
+++ b/services/window_manager/focus_controller.cc
@@ -74,9 +74,6 @@ void FocusController::FocusView(View* view) {
return;
}
- // TODO(erg): We need to early abort in the of a view having
- // capture. However, we currently don't have a capture client here.
-
// Focusing a window also activates its containing activatable window. Note
// that the rules could redirect activation activation and/or focus.
View* focusable = rules_->GetFocusableView(view);
« no previous file with comments | « services/window_manager/focus_controller.h ('k') | services/window_manager/focus_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698