Chromium Code Reviews| Index: cc/layer_tree_host_unittest.cc |
| diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc |
| index a03e41802a1b1c56e2214990f3d6415e1a53bb0f..bd0b7f904179d3a3d8a9a05d0215542b8582b78d 100644 |
| --- a/cc/layer_tree_host_unittest.cc |
| +++ b/cc/layer_tree_host_unittest.cc |
| @@ -2867,7 +2867,7 @@ public: |
| if (webThread()) |
| webThread()->postTask(new EvictTexturesTask(this)); |
| else { |
| - DebugScopedSetImplThread impl; |
| + DebugScopedSetImplThread impl(proxy()); |
| evictTexturesOnImplThread(); |
| } |
| } |