| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 280c1a40cf7eeb5fedcc592a7ca4b0cec5c8407b..ba0014f4d0bd3969c065f67c5e1962e4befa9735 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -30,7 +30,6 @@ public:
|
| virtual void setNeedsCommit() OVERRIDE { }
|
| virtual void setNeedsRedraw() OVERRIDE { }
|
| virtual void setDeferCommits(bool) OVERRIDE { }
|
| - virtual void didAddAnimation() OVERRIDE { }
|
| virtual void mainThreadHasStoppedFlinging() OVERRIDE { }
|
| virtual bool commitRequested() const OVERRIDE;
|
| virtual void start() OVERRIDE { }
|
|
|