DescriptionFix User->image() without ImageSkia representation after login
If the user chose an external avatar image (a downloaded file or a webcam
shot), the avatar image would remain invalid until the external image has
been loaded and decoded. This led to a race on login where the image may
be accessed before the load has completed. The CL fixes this by
substituting a stub image while the load is in progress.
BUG=331365
TEST=Manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244536
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|