diff options
Diffstat (limited to 'cc/base/math_util.h')
-rw-r--r-- | cc/base/math_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/base/math_util.h b/cc/base/math_util.h index cf18b53..486a654 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, |