Fix horizontal scroll direction for macOS (#9022)

macOS uses negative values to represent scrolls to the right, while
Flutter expects the opposite, so flip X deltas.
https://dart.googlesource.com/external/github.com/flutter/engine/+/e1599ccd3f89943a11c89ac8a31cc7d3edd72073
diff --git a/commits.json b/commits.json
index 9464f13..5941c69 100644
--- a/commits.json
+++ b/commits.json
@@ -1,5 +1,5 @@
 {
-  "external/github.com/flutter/engine":"dbf083bda15740c6c10891a402c81c4ebf67e0fd",
+  "external/github.com/flutter/engine":"e1599ccd3f89943a11c89ac8a31cc7d3edd72073",
   "external/github.com/flutter/flutter":"d0c603d0bbf8898038f620fe47c3552ece07fd65",
   "sdk":"2fd1021326d7f2c6da68017f90e6e6523c615e05"
 }
\ No newline at end of file