Bug 1678771. Rename TouchpadPinchPhase to TouchpadGesturePhase. r=hiro
So we can use it for sending pan gestures too. Depends on D114358 Differential Revision: https://phabricator.services.mozilla.com/D122048
This commit is contained in:
@@ -483,7 +483,7 @@ nsresult PuppetWidget::SynthesizeNativeTouchPoint(
|
||||
}
|
||||
|
||||
nsresult PuppetWidget::SynthesizeNativeTouchPadPinch(
|
||||
TouchpadPinchPhase aEventPhase, float aScale, LayoutDeviceIntPoint aPoint,
|
||||
TouchpadGesturePhase aEventPhase, float aScale, LayoutDeviceIntPoint aPoint,
|
||||
int32_t aModifierFlags) {
|
||||
if (!mBrowserChild) {
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user