Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index f8e5ac30bfce93a415d7bd889c241d6d519cfaee..0634eb13cd7b830decd037f6ced77d9863f0899f 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -147,7 +147,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient, |
base::Time wall_clock_time); |
virtual void UpdateAnimationState(bool start_ready_animations); |
void UpdateBackgroundAnimateTicking(bool should_background_tick); |
- void SetViewportDamage(const gfx::Rect& damage_rect); |
+ void SetViewportDamage(gfx::Rect damage_rect); |
void ManageTiles(); |
void SetAnticipatedDrawTime(base::TimeTicks time); |