Remove code path for in-process Viz in multi-process mash |
||
Issue descriptionWhen Viz can run as a separate process in multi-process mash, the in-process code path can be removed.
,
Dec 5
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?
,
Dec 9
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 |
||
Comment 1 by moh...@chromium.org
, Dec 5Cc: rjkroege@chromium.org sadrul@chromium.org piman@chromium.org