Loading gfx/layers/apz/src/APZCTreeManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1606,7 +1606,7 @@ APZEventResult APZCTreeManager::ReceiveInputEvent(InputData& aEvent) { // If/when we enable support for pan inputs off-main-thread, we'll need // to duplicate this EventStateManager code or something. See the call to // GetUserPrefsForWheelEvent in IAPZCTreeManager.cpp for why these fields // GetUserPrefsForWheelEvent in APZInputBridge.cpp for why these fields // are stored separately. MOZ_ASSERT(NS_IsMainThread()); WidgetWheelEvent wheelEvent = panInput.ToWidgetEvent(nullptr); Loading Loading
gfx/layers/apz/src/APZCTreeManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1606,7 +1606,7 @@ APZEventResult APZCTreeManager::ReceiveInputEvent(InputData& aEvent) { // If/when we enable support for pan inputs off-main-thread, we'll need // to duplicate this EventStateManager code or something. See the call to // GetUserPrefsForWheelEvent in IAPZCTreeManager.cpp for why these fields // GetUserPrefsForWheelEvent in APZInputBridge.cpp for why these fields // are stored separately. MOZ_ASSERT(NS_IsMainThread()); WidgetWheelEvent wheelEvent = panInput.ToWidgetEvent(nullptr); Loading