WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug