Chromium Code Reviews| Index: trunk/src/cc/trees/single_thread_proxy.cc |
| =================================================================== |
| --- trunk/src/cc/trees/single_thread_proxy.cc (revision 191370) |
| +++ trunk/src/cc/trees/single_thread_proxy.cc (working copy) |
| @@ -82,7 +82,7 @@ |
| bool SingleThreadProxy::IsStarted() const { |
| DCHECK(Proxy::IsMainThread()); |
| - return layer_tree_host_impl_; |
| + return layer_tree_host_impl_.get(); |
| } |
| bool SingleThreadProxy::InitializeOutputSurface() { |