Chromium Code Reviews| Index: cc/trees/single_thread_proxy.h |
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
| index cd593aca6092b76ed550d940f0f9b9b89ee9dc90..154808c5c36b623a2f17def3f8a4f63760720ca1 100644 |
| --- a/cc/trees/single_thread_proxy.h |
| +++ b/cc/trees/single_thread_proxy.h |
| @@ -92,6 +92,10 @@ class CC_EXPORT SingleThreadProxy : public Proxy, |
| // Called by the legacy path where RenderWidget does the scheduling. |
| void CompositeImmediately(base::TimeTicks frame_begin_time); |
| + LayerTreeHostImpl* layer_tree_host_impl() const { |
|
enne (OOO)
2014/07/28 23:37:40
Is this change needed?
troyhildebrandt
2014/07/29 19:57:17
Not any more, definitely an artifact of a previous
|
| + return layer_tree_host_impl_.get(); |
| + } |
| + |
| private: |
| SingleThreadProxy( |
| LayerTreeHost* layer_tree_host, |