Commit 6e85bb2f authored by danakj's avatar danakj Committed by Commit bot

Suppress TSAN for cc::VideoLayerImpl::WillDraw

This function grabs locks in different orders depending on the order
of the layers being drawn. But they are all released before being any
are grabbed again, and more than one lock grab only occurs on the
compositor thread.

R=pbos@chromium.org,earthdok
BUG=476529

Review URL: https://codereview.chromium.org/1081103009

Cr-Commit-Position: refs/heads/master@{#327304}
parent 31aad3b6
......@@ -157,6 +157,9 @@ char kTSanDefaultSuppressions[] =
"race:PrepareTextureMailbox\n"
"race:cc::LayerTreeHost::PaintLayerContents\n"
// http://crbug.com/476529
"deadlock:cc::VideoLayerImpl::WillDraw\n"
// http://crbug.com/328826
"race:gLCDOrder\n"
"race:gLCDOrientation\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment