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

Unified Diff: services/window_manager/window_manager_impl.h

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/window_manager_app.cc ('k') | services/window_manager/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/window_manager_impl.h
diff --git a/services/window_manager/window_manager_impl.h b/services/window_manager/window_manager_impl.h
index 3b010ccf109719ff6bc6108b1d90d5a988547e28..f4333782de4f55f2686ff47c57580960ff050076 100644
--- a/services/window_manager/window_manager_impl.h
+++ b/services/window_manager/window_manager_impl.h
@@ -29,6 +29,7 @@ class WindowManagerImpl : public mojo::WindowManager,
void NotifyViewFocused(mojo::Id new_focused_id, mojo::Id old_focused_id);
void NotifyWindowActivated(mojo::Id new_active_id, mojo::Id old_active_id);
+ void NotifyCaptureChanged(mojo::Id new_capture_id, mojo::Id old_capture_id);
private:
mojo::WindowManagerClient* client() {
« no previous file with comments | « services/window_manager/window_manager_app.cc ('k') | services/window_manager/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698