New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 899358 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

android_webview: Use HostFrameSinkManager

Project Member Reported by fsam...@chromium.org, Oct 26

Issue description

Android WebView currently directly uses FrameSinkManagerImpl instead of HostFrameSinkManager. In order to unify code across platforms, we should use HostFrameSinkManager everywhere. FrameSinkManagerImpl is an implementation detail that should not be exposed to clients.
 
I assume this will just shake out as part of the "viz for webview" project? Currently there's mojo between HostFrameSinkManager and FrameSinkManagerImpl, which doesn't make much sense in the way webview is using it currently.

Sign in to add a comment