| 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 d715b485f7beeeca1b7a01d55d49ed926840dc63..a0dc92a7dc9a5234609a782d2ae84de8094fd62e 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -422,7 +422,8 @@ class AURA_EXPORT WindowTreeClient
|
| void OnWindowTreeHostHitTestMaskWillChange(
|
| WindowTreeHostMus* window_tree_host,
|
| const base::Optional<gfx::Rect>& mask_rect) override;
|
| - std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel() override;
|
| + std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
| + const std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| void OnWindowTreeHostCreated(WindowTreeHostMus* window_tree_host) override;
|
|
|
| // Override from client::TransientWindowClientObserver:
|
|
|