| Index: ui/aura/mus/window_port_mus.h
|
| diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
|
| index 613d2ed4a7c662342de7c19de59eeabf8047e8e3..5c83750e4ac060b878aadfc5af9aee4779425bf6 100644
|
| --- a/ui/aura/mus/window_port_mus.h
|
| +++ b/ui/aura/mus/window_port_mus.h
|
| @@ -59,6 +59,9 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
|
| // Sets the EventTargetingPolicy, default is TARGET_AND_DESCENDANTS.
|
| void SetEventTargetingPolicy(ui::mojom::EventTargetingPolicy policy);
|
|
|
| + // Sets whether this window can accept drops, defaults to false.
|
| + void SetCanAcceptDrops(bool can_accept_drops);
|
| +
|
| // Embeds a new client in this Window. See WindowTreeClient::Embed() for
|
| // details on arguments.
|
| void Embed(ui::mojom::WindowTreeClientPtr client,
|
|
|