Remove service_manager::ServiceContextRef usage in MediaCodecVideoDecoder |
||
Issue descriptionCurrently MediaCodecVideoDecoder holds a service_manager::ServiceContextRef which seems like a layer violation because MCVD should not care about mojo services. I guess this is because we want to make sure the service thread is not destroyed prematurely (see issue 783973 for the context). Now issue 783973 is fixed, and the service runs on a sequence, we should be able to just hold a ref to the task runner instead of using service_manager::ServiceContextRef.
,
Mar 8 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 1 2017