Chromium Code Reviews| Index: cc/trees/single_thread_proxy.cc |
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
| index bf03378246811e78226c911a557a513f4843223d..7190cccd11eed21fef9a3e52c3d29590e14e2543 100644 |
| --- a/cc/trees/single_thread_proxy.cc |
| +++ b/cc/trees/single_thread_proxy.cc |
| @@ -149,6 +149,10 @@ void SingleThreadProxy::RequestNewOutputSurface() { |
| layer_tree_host_->RequestNewOutputSurface(); |
| } |
| +scoped_ptr<OutputSurface> SingleThreadProxy::GetOutputSurface() { |
|
no sievers
2015/09/10 00:00:22
if (scheduler_on_impl_thread_)
scheduler_on_impl
sohanjg
2015/09/10 15:07:23
Done.
|
| + return layer_tree_host_impl_->GetOutputSurface(); |
| +} |
| + |
| void SingleThreadProxy::SetOutputSurface( |
| scoped_ptr<OutputSurface> output_surface) { |
| DCHECK(Proxy::IsMainThread()); |