mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 912931 - Fix for double click events with apz enabled. r=bbondy
This commit is contained in:
parent
02bb70559a
commit
e09e98b9a0
@ -1532,37 +1532,16 @@ MetroWidget::RequestContentRepaint(const FrameMetrics& aFrameMetrics)
|
||||
void
|
||||
MetroWidget::HandleDoubleTap(const CSSIntPoint& aPoint)
|
||||
{
|
||||
LogFunction();
|
||||
|
||||
if (!mMetroInput) {
|
||||
return;
|
||||
}
|
||||
|
||||
mMetroInput->HandleDoubleTap(CSSIntPointToLayoutDeviceIntPoint(aPoint));
|
||||
}
|
||||
|
||||
void
|
||||
MetroWidget::HandleSingleTap(const CSSIntPoint& aPoint)
|
||||
{
|
||||
LogFunction();
|
||||
|
||||
if (!mMetroInput) {
|
||||
return;
|
||||
}
|
||||
|
||||
mMetroInput->HandleSingleTap(CSSIntPointToLayoutDeviceIntPoint(aPoint));
|
||||
}
|
||||
|
||||
void
|
||||
MetroWidget::HandleLongTap(const CSSIntPoint& aPoint)
|
||||
{
|
||||
LogFunction();
|
||||
|
||||
if (!mMetroInput) {
|
||||
return;
|
||||
}
|
||||
|
||||
mMetroInput->HandleLongTap(CSSIntPointToLayoutDeviceIntPoint(aPoint));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user