Index: cc/layer_tree_host_unittest.cc |
diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc |
index 166c4070e1517bafbe4e773125ac8ef1531f97ff..00d8d7002ed0a2703c27038462ea4d3093076940 100644 |
--- a/cc/layer_tree_host_unittest.cc |
+++ b/cc/layer_tree_host_unittest.cc |
@@ -2863,7 +2863,7 @@ public: |
implThread()->postTask(base::Bind(&LayerTreeHostTestLostContextAfterEvictTextures::evictTexturesOnImplThread, |
base::Unretained(this))); |
} else { |
- DebugScopedSetImplThread impl; |
+ DebugScopedSetImplThread impl(proxy()); |
evictTexturesOnImplThread(); |
} |
} |