1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_WINDOW_MANAGER_CAPTURE_CONTROLLER_OBSERVER_H_
6 #define COMPONENTS_WINDOW_MANAGER_CAPTURE_CONTROLLER_OBSERVER_H_
12 namespace window_manager
{
14 class CaptureControllerObserver
{
16 virtual void OnCaptureChanged(mojo::View
* gained_capture
) = 0;
19 virtual ~CaptureControllerObserver() {}
22 } // namespace window_manager
24 #endif // COMPONENTS_WINDOW_MANAGER_CAPTURE_CONTROLLER_OBSERVER_H_