-
Notifications
You must be signed in to change notification settings - Fork 6k
[Fuchsia] Support scroll_*_physical_pixel fields #34325
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
@dkwingsmt @moffatman PTAL thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few minor typos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for the documentation suggestion.
Co-authored-by: Tong Mu <[email protected]>
Co-authored-by: Callum Moffat <[email protected]>
* [WIP][Fuchsia] Support scroll_physical_pixel fields * add test * update * update * update * update * update * update * update * update * use scroll_delta instead of pan * use kMouse * use kMouse * Update shell/platform/fuchsia/flutter/pointer_delegate.cc Co-authored-by: Tong Mu <[email protected]> * Update shell/platform/fuchsia/flutter/pointer_delegate.cc Co-authored-by: Callum Moffat <[email protected]> * format Co-authored-by: Tong Mu <[email protected]> Co-authored-by: Callum Moffat <[email protected]>
* 92606c2 [fuchsia][scenic] Reland Move pointer injector to embedder. (flutter/engine#34692) * 0627351 [Fuchsia] Support scroll_*_physical_pixel fields (flutter/engine#34325) * 9300363 Roll Skia from 7d1636010a55 to 2cf696124c82 (2 revisions) (flutter/engine#34696) * 59e1595 Roll Skia from 2cf696124c82 to 849628568612 (1 revision) (flutter/engine#34697) * 92b371f Roll Skia from 849628568612 to ed71b72e0213 (1 revision) (flutter/engine#34703) * 4991402 Roll Dart SDK from 92c7843b2ece to 54cc31cd98db (1 revision) (flutter/engine#34704) * e0944a3 Roll Dart SDK from 54cc31cd98db to 1b845f6a8c90 (1 revision) (flutter/engine#34705)
…7784) * 92606c2 [fuchsia][scenic] Reland Move pointer injector to embedder. (flutter/engine#34692) * 0627351 [Fuchsia] Support scroll_*_physical_pixel fields (flutter/engine#34325) * 9300363 Roll Skia from 7d1636010a55 to 2cf696124c82 (2 revisions) (flutter/engine#34696) * 59e1595 Roll Skia from 2cf696124c82 to 849628568612 (1 revision) (flutter/engine#34697) * 92b371f Roll Skia from 849628568612 to ed71b72e0213 (1 revision) (flutter/engine#34703) * 4991402 Roll Dart SDK from 92c7843b2ece to 54cc31cd98db (1 revision) (flutter/engine#34704) * e0944a3 Roll Dart SDK from 54cc31cd98db to 1b845f6a8c90 (1 revision) (flutter/engine#34705)
Fuchsia has landed precision scroll related field at https://fuchsia-review.googlesource.com/c/fuchsia/+/673071/2/sdk/fidl/fuchsia.ui.pointer/mouse.fidl
We support scroll_*_physical_pixel fields in this PR.
Fixes: flutter/flutter#106670
Pre-launch Checklist
writing and running engine tests.
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.