Change GetFontListAsync() to use the blocking pool.
PPB_Font_Dev.GetFontFamilies() is a sync operation that waits for GetFontListAsync() to finish on the FILE thread in the browser process. If the thread is busy, it could hang for quite a while. Some Pepper Flash hangs are caused by this. BUG=155931 TEST=None Review URL: https://chromiumcodereview.appspot.com/11143028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162383 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment