cc: Fix WeakPtrFactory::GetWeakPtr() race when using multiple raster worker threads.
This prevents multiple threads from being able to call GetWeakPtr() at the same time by making sure the lock is acquired when this is called. R=vmpstr@chromium.org BUG= Review URL: https://codereview.chromium.org/700843004 Cr-Commit-Position: refs/heads/master@{#302717}
Showing
Please register or sign in to comment