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