mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 936005 - Allow chrome to cancel gesture recognition with preventDefault [r=jimm]
This commit is contained in:
parent
4e115c6825
commit
701f495717
@ -446,10 +446,6 @@ MetroInput::InitTouchEventTouchList(WidgetTouchEvent* aEvent)
|
||||
bool
|
||||
MetroInput::ShouldDeliverInputToRecognizer()
|
||||
{
|
||||
// If the event is destined for chrome deliver all events to the recognizer.
|
||||
if (mChromeHitTestCacheForTouch) {
|
||||
return true;
|
||||
}
|
||||
return mRecognizerWantsEvents;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user