Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index deb0cd90cd71d5f169e0f991eb6d1a9dda8d9b1b..d345a154a2b954980fa58e50610ffe178833da34 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -34,7 +34,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
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 bool CommitRequested() const OVERRIDE; |
virtual void MainThreadHasStoppedFlinging() OVERRIDE {} |