| Index: ui/aura/test/mus/test_window_tree.h
|
| diff --git a/ui/aura/test/mus/test_window_tree.h b/ui/aura/test/mus/test_window_tree.h
|
| index 5f7bc7c49d32749eb2690ac01db19dd067839ef1..03b89e5da3e3f956eb4088aa57f27cbca102ff66 100644
|
| --- a/ui/aura/test/mus/test_window_tree.h
|
| +++ b/ui/aura/test/mus/test_window_tree.h
|
| @@ -209,6 +209,8 @@ class TestWindowTree : public ui::mojom::WindowTree {
|
| ui::mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location) override;
|
| void CancelWindowMove(uint32_t window_id) override;
|
| + void GetFrameSinkId(uint32_t window_id,
|
| + const GetFrameSinkIdCallback& callback) override;
|
|
|
| struct AckedEvent {
|
| uint32_t event_id;
|
|
|