Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index e26a0fc9c928da49a3290818150f53df2308e654..d94092f3e8e711902e7d30271afa87d4c84f5364 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -27,7 +27,7 @@ class FakeProxy : public Proxy { |
virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE; |
virtual void SetNeedsAnimate() OVERRIDE {} |
virtual void SetNeedsCommit() OVERRIDE {} |
- virtual void SetNeedsRedraw(const gfx::Rect& damage_rect) OVERRIDE {} |
+ virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE {} |
virtual void SetDeferCommits(bool defer_commits) OVERRIDE {} |
virtual void MainThreadHasStoppedFlinging() OVERRIDE {} |
virtual bool CommitRequested() const OVERRIDE; |