| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index a6c348acc6cd6939a7f5d38704f7c9a32ffac8be..b59d9acaf160b5d687175d9a955d2a1310975df9 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -38,6 +38,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| // Proxy implementation
|
| void FinishAllRendering() override;
|
| bool IsStarted() const override;
|
| + bool CommitToActiveTree() const override;
|
| void SetOutputSurface(scoped_ptr<OutputSurface>) override;
|
| void SetLayerTreeHostClientReady() override;
|
| void SetVisible(bool visible) override;
|
|
|