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

Unified Diff: services/window_manager/focus_controller.h

Issue 805123003: Adds capture to the mojo window_manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Cleanup 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
Index: services/window_manager/focus_controller.h
diff --git a/services/window_manager/focus_controller.h b/services/window_manager/focus_controller.h
index f2121237357d32caa8925a988bc40b8b59969c1a..20f966e5d79fa5071dac472ab0ed66dd34a3e2f8 100644
--- a/services/window_manager/focus_controller.h
+++ b/services/window_manager/focus_controller.h
@@ -93,7 +93,7 @@ class FocusController : public ui::EventHandler, public mojo::ViewObserver {
DISALLOW_COPY_AND_ASSIGN(FocusController);
};
-// Sets/Gets the focus controller for a root view.
+// Sets/Gets the focus controller for a view.
void SetFocusController(mojo::View* view, FocusController* focus_controller);
FocusController* GetFocusController(mojo::View* view);

Powered by Google App Engine
This is Rietveld 408576698