| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 0721fff22ffe0e18eb2de6cd4851e1de0eaa4599..2694c5485111a8f2876aa012094976e958cdd41e 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -439,6 +439,8 @@ class WindowTree : public mojom::WindowTree,
|
| Id window_id,
|
| const gfx::Rect& bounds,
|
| const base::Optional<cc::LocalSurfaceId>& local_surface_id) override;
|
| + void RequestBeginFrames(Id window_id,
|
| + cc::mojom::FrameSinkObserverPtr observer) override;
|
| void SetWindowVisibility(uint32_t change_id,
|
| Id window_id,
|
| bool visible) override;
|
|
|