diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/layers/ipc/APZCTreeManagerChild.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/layers/ipc/APZCTreeManagerChild.h b/gfx/layers/ipc/APZCTreeManagerChild.h index 756677e1e3..4d79a18d5a 100644 --- a/gfx/layers/ipc/APZCTreeManagerChild.h +++ b/gfx/layers/ipc/APZCTreeManagerChild.h @@ -73,13 +73,6 @@ class APZCTreeManagerChild : public IAPZCTreeManager, void ActorDestroy(ActorDestroyReason aWhy) override; protected: - MOZ_CAN_RUN_SCRIPT_BOUNDARY - mozilla::ipc::IPCResult RecvHandleTap( - const TapType& aType, const LayoutDevicePoint& aPoint, - const Modifiers& aModifiers, const ScrollableLayerGuid& aGuid, - const uint64_t& aInputBlockId, - const Maybe<DoubleTapToZoomMetrics>& aDoubleTapToZoomMetrics); - mozilla::ipc::IPCResult RecvNotifyPinchGesture( const PinchGestureType& aType, const ScrollableLayerGuid& aGuid, const LayoutDevicePoint& aFocusPoint, |