| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index a29c7659860d797bfd63136774ddff2a242c8a87..d17489e673bdbccfc451258c217239d1841424bf 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -28,7 +28,6 @@ class FakeProxy : public Proxy {
|
| 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 {}
|
|
|