mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205511 - Document that nsIDragService.dragMoved() takes its arguments in LayoutDevice pixels. r=enn IGNORE IDL (comment change only)
This can't be expressed in the types of the arguments because IDL doesn't support strongly typed units.
This commit is contained in:
parent
1ef5804985
commit
ffc0c737bb
@ -126,6 +126,9 @@ interface nsIDragService : nsISupports
|
||||
void suppress();
|
||||
void unsuppress();
|
||||
|
||||
/**
|
||||
* aX and aY are in LayoutDevice pixels.
|
||||
*/
|
||||
[noscript] void dragMoved(in long aX, in long aY);
|
||||
|
||||
[notxpcom, nostdcall] boolean maybeAddChildProcess(in ContentParentPtr aChild);
|
||||
|
Loading…
Reference in New Issue
Block a user