| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 3f7df449c20d720a423b94049352d4562b25a982..70bdb88a20c5bfd4ab071fda1c442de9a5a5c281 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -29,6 +29,7 @@ class FakeProxy : public Proxy {
|
| 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 {}
|
| virtual void SetDeferCommits(bool defer_commits) OVERRIDE {}
|
|
|