| Index: cc/test/fake_proxy.h
 | 
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
 | 
| index cda4e72ec19b487c584c767f60e80273a6dc1bba..9c495c0f4c655a074de75d14d537969cdd464768 100644
 | 
| --- a/cc/test/fake_proxy.h
 | 
| +++ b/cc/test/fake_proxy.h
 | 
| @@ -29,7 +29,6 @@ class FakeProxy : public Proxy {
 | 
|    virtual void SetVisible(bool visible) OVERRIDE {}
 | 
|    virtual void CreateAndInitializeOutputSurface() OVERRIDE;
 | 
|    virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
 | 
| -  virtual void SetNeedsAnimate() OVERRIDE {}
 | 
|    virtual void SetNeedsUpdateLayers() OVERRIDE {}
 | 
|    virtual void SetNeedsCommit() OVERRIDE {}
 | 
|    virtual void SetNeedsRedraw(const gfx::Rect& damage_rect) OVERRIDE {}
 | 
| 
 |