RESOLVED WONTFIX 79109
[Chromium] isMainThread() causes FPS counter to crash with multithreaded compositor
https://bugs.webkit.org/show_bug.cgi?id=79109
Summary [Chromium] isMainThread() causes FPS counter to crash with multithreaded comp...
Peter Kotwicz
Reported 2012-02-21 08:13:21 PST
A couple places in text rendering code call ASSERT(isMainThread()). FontFallbackList::primarySimpleFontData Font::setShouldUseSmoothing Font::glyphDataAndPageForCharacter Because FPS counter uses text rendering on the impl thread, the FPS counter will crash once the multithreaded compositor is turned on.
Attachments
Note You need to log in before you can comment on or make changes to this bug.