Index: cc/debug/debug_rect_history.h |
diff --git a/cc/debug/debug_rect_history.h b/cc/debug/debug_rect_history.h |
index 0dae431bd5f977330723458eebdce3c945bf748f..33b74a2334ba4b8efb13cdc296d5fc8343d7ac53 100644 |
--- a/cc/debug/debug_rect_history.h |
+++ b/cc/debug/debug_rect_history.h |
@@ -57,7 +57,7 @@ enum DebugRectType { |
}; |
struct DebugRect { |
- DebugRect(DebugRectType new_type, gfx::RectF new_rect) |
+ DebugRect(DebugRectType new_type, const gfx::RectF& new_rect) |
: type(new_type), rect(new_rect) {} |
DebugRectType type; |