Index: cc/trees/layer_sorter.h |
diff --git a/cc/trees/layer_sorter.h b/cc/trees/layer_sorter.h |
index 361a5c85f75e1364604cfbdf91772333f2194b70..c5aab7ca780a59807f04dfd2e0e208ecac86c9a7 100644 |
--- a/cc/trees/layer_sorter.h |
+++ b/cc/trees/layer_sorter.h |
@@ -42,7 +42,7 @@ struct CC_EXPORT LayerShape { |
LayerShape(float width, float height, const gfx::Transform& draw_transform); |
~LayerShape(); |
- float LayerZFromProjectedPoint(gfx::PointF p) const; |
+ float LayerZFromProjectedPoint(const gfx::PointF& p) const; |
gfx::Vector3dF layer_normal; |
gfx::Point3F transform_origin; |