mus::GpuService blocks browser UI thread . |
|||
Issue descriptionThe chrome uses BitmapUploader to do the SW rendering. The BitmapUploader creates an offscreen gl context, and it uses a sync mojo method for establishing the GpuChannel. When the HW rendering is enabled in mus-chrome to replace the BitmapUploader, we should get rid of the base::ThreadRestrictions::ScopedAllowWait in mus::GpuService::EstablishGpuChannel.
,
Aug 17 2016
This issue has been fixed by https://codereview.chromium.org/2084993002 .
,
Feb 26 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jun 16 2016