| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index 4301add40c2e52b29aba980ce13150124824c653..e5f420252fb1da8a92e7dadff269ccd302eb34ea 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -195,6 +195,8 @@ class CC_EXPORT MathUtil {
|
| base::debug::TracedValue* res);
|
| static void AddToTracedValue(const gfx::Vector2d& v,
|
| base::debug::TracedValue* res);
|
| + static void AddToTracedValue(const gfx::Vector2dF& v,
|
| + base::debug::TracedValue* res);
|
| static void AddToTracedValue(const gfx::QuadF& q,
|
| base::debug::TracedValue* res);
|
| static void AddToTracedValue(const gfx::RectF& rect,
|
|
|