| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index de030c3dda342dd8265a60072255735945c0933a..04b1bf63abd707b303fb741a3bb705dbfbdb83fc 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -319,6 +319,8 @@ class AURA_EXPORT WindowTreeClient
|
| const void* key,
|
| int64_t old_value,
|
| std::unique_ptr<ui::PropertyData> data);
|
| + void RequestBeginFrames(WindowMus* window,
|
| + cc::mojom::FrameSinkObserverPtr observer);
|
|
|
| // Callback passed from WmPerformMoveLoop().
|
| void OnWmMoveLoopCompleted(uint32_t change_id, bool completed);
|
|
|