New issue
Advanced search Search tips

Issue 620058 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

mus::GpuService blocks browser UI thread .

Project Member Reported by penghuang@chromium.org, Jun 14 2016

Issue description

The 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.



 
Status: Fixed (was: Assigned)
This issue has been fixed by https://codereview.chromium.org/2084993002 .
Components: -MUS Internals>Services>WindowService

Sign in to add a comment