Chromium Code Reviews| Index: cc/layer_tree_host_unittest.cc |
| =================================================================== |
| --- cc/layer_tree_host_unittest.cc (revision 165906) |
| +++ cc/layer_tree_host_unittest.cc (working copy) |
| @@ -2861,7 +2861,7 @@ |
| implThread()->postTask(base::Bind(&LayerTreeHostTestLostContextAfterEvictTextures::evictTexturesOnImplThread, |
| base::Unretained(this))); |
| } else { |
| - DebugScopedSetImplThread impl(proxy()); |
| + DebugScopedSetImplThread impl; |
| evictTexturesOnImplThread(); |
| } |
| } |