| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 46d7db7b8e5a71f8fdddb7030275c3c001b5acba..9e091ac98fd285c8bff17495b1467b5314869633 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -36,7 +36,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| ~SingleThreadProxy() override;
|
|
|
| // Proxy implementation
|
| - void FinishAllRendering() override;
|
| bool IsStarted() const override;
|
| bool CommitToActiveTree() const override;
|
| void SetOutputSurface(OutputSurface* output_surface) override;
|
|
|