Chromium Code Reviews| Index: cc/trees/thread_proxy.cc |
| =================================================================== |
| --- cc/trees/thread_proxy.cc (revision 243070) |
| +++ cc/trees/thread_proxy.cc (working copy) |
| @@ -1438,6 +1438,11 @@ |
| completion->Signal(); |
| } |
| +void ThreadProxy::OnGetRendererCapabilities() { |
| + renderer_capabilities_main_thread_copy_ = |
| + layer_tree_host_impl_->GetRendererCapabilities(); |
|
boliu
2014/01/08 17:55:05
Much less hacky, still has some problems though.
|
| +} |
| + |
| void ThreadProxy::FinishGLOnImplThread(CompletionEvent* completion) { |
| TRACE_EVENT0("cc", "ThreadProxy::FinishGLOnImplThread"); |
| DCHECK(IsImplThread()); |