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:
Botond Ballo 2015-09-28 20:29:48 -04:00
parent 1ef5804985
commit ffc0c737bb

View File

@ -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);