[Webkit-unassigned] [Bug 107404] Fix a race condition on SkBitmap::lockPixels()/unlockPixels() for lazy image decoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 10:44:44 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107404





--- Comment #6 from Min Qin <qinmin at chromium.org>  2013-01-22 10:46:36 PST ---
(From update of attachment 183685)
View in context: https://bugs.webkit.org/attachment.cgi?id=183685&action=review

>>> Source/WebCore/platform/graphics/chromium/ImageDecodingStore.cpp:135
>>> +        image->bitmap().lockPixels();
>> 
>> Make this call after line 147 so you don't need to take lock here.
> 
> Make this call after line 147 so you don't need to take lock here.

Done

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list