Skip to content

Commit 5b4387c

Browse files
committed
Update Browser.md - more details on NotifyMoveOrResizeStarted()
1 parent e1c4db2 commit 5b4387c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/api/Browser.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,10 @@ This is an alias for the `LoadUrl` method.
486486
| --- | --- |
487487
| __Return__ | void |
488488

489-
Notify the browser that the window hosting it is about to be moved or
490-
resized. This method is only used on Windows and Linux.
489+
Notify the browser of move or resize events so that popup windows are
490+
displayed in the correct location and dismissed when the window moves.
491+
Also so that drag&drop areas are updated accordingly. In upstream
492+
cefclient this method is being called only on Linux and Windows.
491493

492494

493495
### NotifyScreenInfoChanged

0 commit comments

Comments
 (0)