| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index fd6f033da2f08ff4d677e76a7d2e1e734f03e5e7..53f4e85acff3a6b51df7826fd57e0d3fe709cfe8 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -166,7 +166,7 @@ class CC_EXPORT MathUtil {
|
|
|
| // Conversion to value.
|
| static scoped_ptr<base::Value> AsValue(gfx::Size s);
|
| - static scoped_ptr<base::Value> AsValue(gfx::SizeF s);
|
| + static scoped_ptr<base::Value> AsValue(const gfx::SizeF& s);
|
| static scoped_ptr<base::Value> AsValue(const gfx::Rect& r);
|
| static bool FromValue(const base::Value*, gfx::Rect* out_rect);
|
| static scoped_ptr<base::Value> AsValue(gfx::PointF q);
|
|
|