| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index 3af2102152098df6b4890f1446061cc26ee4a9b8..72ff5e6424c607627da61e9778ef13d2df1061f5 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -180,6 +180,7 @@ class CC_EXPORT MathUtil {
|
| static scoped_ptr<base::Value> AsValue(const gfx::PointF& q);
|
| static scoped_ptr<base::Value> AsValue(const gfx::Point3F&);
|
| static scoped_ptr<base::Value> AsValue(const gfx::Vector2d& v);
|
| + static scoped_ptr<base::Value> AsValue(const gfx::Vector2dF& v);
|
| static scoped_ptr<base::Value> AsValue(const gfx::QuadF& q);
|
| static scoped_ptr<base::Value> AsValue(const gfx::RectF& rect);
|
| static scoped_ptr<base::Value> AsValue(const gfx::Transform& transform);
|
|
|