[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:01:46 PST 2013


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





--- Comment #3 from Hin-Chung Lam <hclam at google.com>  2013-01-22 10:03:37 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.

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