| 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..e039cf29e9382ad6eb9b4e040d81bb65c9258eb6 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 InstallBeginFrameObserver(WindowMus* window,
|
| + cc::mojom::FrameSinkObserverPtr observer);
|
|
|
| // Callback passed from WmPerformMoveLoop().
|
| void OnWmMoveLoopCompleted(uint32_t change_id, bool completed);
|
|
|