| Index: cc/test/layer_tree_test_common.cc
|
| diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
|
| index ebc726cf82f286e7af137ee06151915c3b6f3529..1b8089fe337ee730b188014555829a693d1e8f8d 100644
|
| --- a/cc/test/layer_tree_test_common.cc
|
| +++ b/cc/test/layer_tree_test_common.cc
|
| @@ -303,6 +303,8 @@ void ThreadedTest::doBeginTest()
|
| if (m_endWhenBeginReturns)
|
| realEndTest();
|
|
|
| + LayerTreeHost::setNeedsFilterContext(false);
|
| +
|
| // Allow commits to happen once beginTest() has had a chance to post tasks
|
| // so that those tasks will happen before the first commit.
|
| if (m_layerTreeHost)
|
|
|