Bug 79109

Summary: [Chromium] isMainThread() causes FPS counter to crash with multithreaded compositor
Product: WebKit Reporter: Peter Kotwicz <pkotwicz>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.