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:
Timothy Nikkel
2021-08-08 22:04:17 +00:00
parent 6c32151a9a
commit 33345a9afb
13 changed files with 32 additions and 30 deletions

View File

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