| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 6b948f464e5b72735802b31dccd1ebdfc9be6b27..a2c0d588f2134ec0bce8d1d163940580f3ac8cf4 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/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 GetRenderingStats(RenderingStats* stats) OVERRIDE;
|
| virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
|
| virtual void SetNeedsAnimate() OVERRIDE;
|
| virtual void SetNeedsCommit() OVERRIDE;
|
|
|