| 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() {
|
|
|