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