Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14678680 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Include MotionEvent on ACTION_MOVE's TouchEventData"

parents 54fa7254 3869fa22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6221,6 +6221,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    ted.mReprocess = mDeferTouchProcess;
                    ted.mNativeLayer = mCurrentScrollingLayerId;
                    ted.mNativeLayerRect.set(mScrollingLayerRect);
                    ted.mMotionEvent = MotionEvent.obtain(ev);
                    ted.mSequence = mTouchEventQueue.nextTouchSequence();
                    mTouchEventQueue.preQueueTouchEventData(ted);
                    mWebViewCore.sendMessage(EventHub.TOUCH_EVENT, ted);