mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 767088. Add SAMPLE_LABEL to nsDOMWindowUtils::SendMouseEventToWindow. r=ehsan
This is useful for profiling android text selection.
This commit is contained in:
parent
4eebfa5f10
commit
fcd170071d
@ -492,6 +492,7 @@ nsDOMWindowUtils::SendMouseEventToWindow(const nsAString& aType,
|
||||
PRInt32 aModifiers,
|
||||
bool aIgnoreRootScrollFrame)
|
||||
{
|
||||
SAMPLE_LABEL("nsDOMWindowUtils", "SendMouseEventToWindow");
|
||||
return SendMouseEventCommon(aType, aX, aY, aButton, aClickCount, aModifiers,
|
||||
aIgnoreRootScrollFrame, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user