The failures on 2016-08-09 are all on linux_chromium_chromeos_rel_ng due to a failing DCHECK_EQ(rv, 0) << ". " << strerror(rv) in LockImpl::Lock(), in lock_impl.posix.cc.
The failure is an invalid argument to Lock() so my change shouldn't be the cause unless it is corrupting the stack somehow. Manual inspection didn't reveal any way that would happen.
The revert landed at 11:53 UTC and another flake occurred at 13:57 UTC so it doesn't appear to be my change.
Stack trace shows a call to content::HostZoomMapImpl::GetZoomLevelForView() which was added in https://codereview.chromium.org/2211713002
Scott, over to you...
Comment 1 by foolip@chromium.org
, Aug 9 2016