New issue
Advanced search Search tips

Issue 912221 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug

Blocking:
issue 912218



Sign in to add a comment

Remove code path for in-process Viz in multi-process mash

Project Member Reported by moh...@chromium.org, Dec 5

Issue description

When Viz can run as a separate process in multi-process mash, the in-process code path can be removed.
 
Blocking: 912218
Cc: rjkroege@chromium.org sadrul@chromium.org piman@chromium.org
Cc: sky@chromium.org
It's not just about removing the in-process codepath, right? The work item is to make sure the launched gpu service receives the complete set of gpu-preferences. Or is there a separate bug for that?
This bug is just for removing the in-process code path.

As for gpu preferences: the in-process gpu case would be removed per this bug, so there is no need to send complete gpu preferences. For the out of process case, we already try to send all gpu-preferences as of r614588. The problem is that this code extracts a lot of information from GpuDataManager which is not set up properly in multi-process mash. But, fixing that is covered by another existing bug: issue 683226.

Sign in to add a comment