Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@jonahwilliams
Copy link
Contributor

@jonahwilliams jonahwilliams commented Nov 23, 2024

Hybrid composition++ has an entirely different mechanism for compositing than the previous approach. To that end, its much simpler to devise a second platform view controller than to add a 4th mechanism to the existing nightmare class.

This change does not actually wire up the new platform view controller to the engine, nor does it add a mechanism for enabling/disabling the new platform views code. This logic should be mostly inert, but I'd prefer to start checking it in now.

@jonahwilliams jonahwilliams changed the title [android] add platform view controller 2. [android] Add HC++ platform view controller. Nov 25, 2024
@jonahwilliams jonahwilliams marked this pull request as ready for review November 25, 2024 20:14
this.flutterEngine.getTextInputChannel(),
this.flutterEngine.getScribeChannel(),
this.flutterEngine.getPlatformViewsController());
this.flutterEngine.getPlatformViewsController(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to your change- would probably be simpler to just pass flutterEngine into this call?

@flutter-dashboard
Copy link

This pull request executed golden file tests, but it has not been updated in a while (20+ days). Test results from Gold expire after as many days, so this pull request will need to be updated with a fresh commit in order to get results from Gold.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants