Chromium Code Reviews| Index: cc/layer_tree_host_impl.cc |
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc |
| index e15c28890f321b4a9ffae64bc54823541e280fb6..4ae5ddace5d2cfbd829075b1ecf1f9c2e373b39e 100644 |
| --- a/cc/layer_tree_host_impl.cc |
| +++ b/cc/layer_tree_host_impl.cc |
| @@ -843,6 +843,7 @@ void LayerTreeHostImpl::finishAllRendering() |
| bool LayerTreeHostImpl::isContextLost() |
| { |
| + DCHECK(m_proxy->isImplThread()); |
| return m_renderer && m_renderer->isContextLost(); |
| } |