Commit d1c9489d authored by Botond Ballo's avatar Botond Ballo
Browse files

Bug 1739754 - Fix an out-of-date commment. r=tnikkel

parent 862f5862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);