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