We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c4db2 commit 5b4387cCopy full SHA for 5b4387c
docs/api/Browser.md
@@ -486,8 +486,10 @@ This is an alias for the `LoadUrl` method.
486
| --- | --- |
487
| __Return__ | void |
488
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.
+Notify the browser of move or resize events so that popup windows are
+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.
493
494
495
### NotifyScreenInfoChanged
0 commit comments