Index: cc/resources/layer_quad.h |
diff --git a/cc/resources/layer_quad.h b/cc/resources/layer_quad.h |
index 8098c2096509e69e0ecffda50eabd01f5ec581ae..1d711931b2036e920ef8a8072955282dea4f5907 100644 |
--- a/cc/resources/layer_quad.h |
+++ b/cc/resources/layer_quad.h |
@@ -23,7 +23,7 @@ class CC_EXPORT LayerQuad { |
class Edge { |
public: |
Edge() : x_(0), y_(0), z_(0) {} |
- Edge(gfx::PointF p, gfx::PointF q); |
+ Edge(const gfx::PointF& p, const gfx::PointF& q); |
float x() const { return x_; } |
float y() const { return y_; } |