-
Notifications
You must be signed in to change notification settings - Fork 6k
fuchsia: Handle multiple views in platformViews path #25343
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. 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. |
c162604
to
6dd1830
Compare
I'm on PTO through monday, I can look at this on Tuesday if you want but probably not before that |
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.
First time reviewing code here... :)
shell/platform/fuchsia/flutter/fuchsia_external_view_embedder.cc
Outdated
Show resolved
Hide resolved
shell/platform/fuchsia/flutter/fuchsia_external_view_embedder.cc
Outdated
Show resolved
Hide resolved
shell/platform/fuchsia/flutter/fuchsia_external_view_embedder.cc
Outdated
Show resolved
Hide resolved
shell/platform/fuchsia/flutter/fuchsia_external_view_embedder.h
Outdated
Show resolved
Hide resolved
6dd1830
to
307820f
Compare
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.
(need to break for lunch, will continue after)
shell/platform/fuchsia/flutter/fuchsia_external_view_embedder.cc
Outdated
Show resolved
Hide resolved
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 once testing is finished and comments addressed
307820f
to
514d9a3
Compare
@arbreng The test failure looks related. |
Yes, I have some cleanup yet to do on this CL before landing it. It will be this evening or tomorrow That includes breaking up this monster CL into a few distinct commits at least |
f9d732a
to
4ee84df
Compare
4ee84df
to
00c3f17
Compare
The new platformViews path we are introducing for Fuchsia is not able to handle multiple platform views at once. This PR fixes that and enables proper view IDs with platform_view channel events.
Fixes: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=71337