-
Notifications
You must be signed in to change notification settings - Fork 6k
Update Linux embedder to latest semantics API #51030
Conversation
58bcb23 to
e427e0a
Compare
gspencergoog
left a comment
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.
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.
|
I'm confused by the formatting failure - it's in files not changed by this PR and it doesn't match the output of clang-format here. |
Odd... I wonder if something changed in the way we do the presubmits; we definitely used to intentionally exclude unmodified files. I've kicked off a re-run in the desperate hope that somehow it rights itself.
You're using the clang-format from the toolchain in our buildroot as opposed to a locally-installed version? |
|
I have been using the locally installed version which used to match, perhaps it doesn't anymore. |
|
Seems to be fixed on main already. |
This class didn't match the other plugins - it didn't have any channels to the engine. Since it wasn't doing anything, remove it.
7be77b8 to
31c9547
Compare
|
Ah, I did include formatting changes by accident, I've stripped them out now. |
…144366) flutter/engine@9e18761...232217f 2024-02-29 [email protected] Update Linux embedder to latest semantics API (flutter/engine#51030) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md


Change to the latest semantics API and remove an unused class.