Index: cc/base/math_util.h |
diff --git a/cc/base/math_util.h b/cc/base/math_util.h |
index cf18b53250e5bca760e094b1f488fbe0cfd939a0..486a654a5e49a76e9483f350760a61b500dc9732 100644 |
--- a/cc/base/math_util.h |
+++ b/cc/base/math_util.h |
@@ -204,6 +204,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, |