Bug 767088. Add SAMPLE_LABEL to nsDOMWindowUtils::SendMouseEventToWindow. r=ehsan

This is useful for profiling android text selection.
This commit is contained in:
Jeff Muizelaar 2012-06-11 16:22:14 -07:00
parent 4eebfa5f10
commit fcd170071d

View File

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