Fix race in HostSharedBitmapManager::AllocatedBitmapCount
This race should be benign, because the count is just used for a heuristic and can't truly be synchronized anyway, but best to use a lock with the access. BUG=417194 Review URL: https://codereview.chromium.org/604583002 Cr-Commit-Position: refs/heads/master@{#296554}
Showing
Please register or sign in to comment