Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5576)

Unified Diff: cc/test/layer_tree_test_common.cc

Issue 11571065: cc: Move occlusion tests to layer_tree_host_unittest_occlusion.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layer_tree_host_unittest_occlusion.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « cc/layer_tree_host_unittest_occlusion.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698