Chromium Code Reviews| Index: cc/trees/thread_proxy.h |
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
| index ca76e42669b1cbfbd1f3e19dda3a2bbced27aa7a..fc974dc06fb12f9d52e95b0282997a1f0ff855dc 100644 |
| --- a/cc/trees/thread_proxy.h |
| +++ b/cc/trees/thread_proxy.h |
| @@ -243,6 +243,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
| void RequestNewOutputSurface(); |
| void DidInitializeOutputSurface(bool success, |
| const RendererCapabilities& capabilities); |
| + scoped_ptr<OutputSurface> GetOutputSurface(); |
|
no sievers
2015/09/10 00:00:22
override and move up to under 'Proxy implementatio
sohanjg
2015/09/10 15:07:23
Done.
|
| void SendCommitRequestToImplThreadIfNeeded(); |
| void DidCompletePageScaleAnimation(); |