| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index bcde11ecb75180c25d74b9cde377c6e991828bbe..4ddf4cf5a399bf45f41dfc4e9e65c64c6a1c1396 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 void CreateAndInitializeOutputSurface() OVERRIDE;
|
| virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
|
| - virtual void SetNeedsAnimate() OVERRIDE {}
|
| virtual void SetNeedsUpdateLayers() OVERRIDE {}
|
| virtual void SetNeedsCommit() OVERRIDE {}
|
| virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE {}
|
|
|