| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| index 35a4ee9fafa70a676a82d060bb091356948b3b79..9d4ea65125c1a62ee16ea336b415b088c00eed46 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| @@ -149,6 +149,9 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11
|
| // server.
|
| ui::SelectionFormatMap GetFormatMap() const;
|
|
|
| + // Updates the cursor by re-grabbing the pointer while in the move loop.
|
| + void UpdateCursor();
|
| +
|
| // Handling XdndPosition can be paused while waiting for more data; this is
|
| // called either synchronously from OnXdndPosition, or asynchronously after
|
| // we've received data requested from the other window.
|
|
|