 Chromium Code Reviews
 Chromium Code Reviews Issue 11606012:
  cc: Unify context losing machinery  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 11606012:
  cc: Unify context losing machinery  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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(); | 
| } |