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 740c361935199ca9b78617a1adece1e59db96d12..28c8e16169f13c7cc4be920869dc176142dc8ba0 100644 |
| --- a/cc/layer_tree_host_impl.cc |
| +++ b/cc/layer_tree_host_impl.cc |
| @@ -951,6 +951,7 @@ void LayerTreeHostImpl::finishAllRendering() |
| bool LayerTreeHostImpl::isContextLost() |
| { |
| + DCHECK(m_proxy->isImplThread()); |
| return m_renderer && m_renderer->isContextLost(); |
| } |