| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 1a20465a5b1aff8b6fedbe0594f7880eaa4dd020..437a5fba661f0f0372248b21bfaf05e1e78930d7 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -111,7 +111,7 @@ class LayerTreeHostContextTest : public LayerTreeTest {
|
| if (draw_result == DRAW_ABORTED_MISSING_HIGH_RES_CONTENT) {
|
| // Only valid for single-threaded compositing, which activates
|
| // immediately and will try to draw again when content has finished.
|
| - DCHECK(!host_impl->proxy()->HasImplThread());
|
| + DCHECK(!host_impl->thread_verifier()->HasImplThread());
|
| return draw_result;
|
| }
|
| EXPECT_EQ(DRAW_SUCCESS, draw_result);
|
|
|