| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index f5917b2cb543d54bccac664cb7fd8c9046a3a5dc..ea6b549ea853a36e27938e402bc3ec7ebb6aec17 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -35,7 +35,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SetVisible(bool visible) OVERRIDE;
|
| virtual bool InitializeRenderer() OVERRIDE;
|
| virtual bool RecreateOutputSurface() OVERRIDE;
|
| - virtual void CollectRenderingStats(RenderingStats* stats) OVERRIDE;
|
| virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
|
| virtual void SetNeedsAnimate() OVERRIDE;
|
| virtual void SetNeedsCommit() OVERRIDE;
|
|
|