| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 0d15b5a67f2408b7a6673649300d6aeb1a72d40e..616fce9c6e03f5d595009e8f4fd36e58f913f43b 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -154,6 +154,7 @@ class CC_EXPORT ThreadProxy : 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;
|
|
|