| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index a83ab4fdce34be03b56fd23ffe978262abbe69fb..c596348a0b740934a76be47445542c7792fe2ead 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -269,6 +269,9 @@ class CC_EXPORT MathUtil {
|
| const gfx::Rect& r,
|
| base::trace_event::TracedValue* res);
|
| static void AddToTracedValue(const char* name,
|
| + const gfx::Point& q,
|
| + base::trace_event::TracedValue* res);
|
| + static void AddToTracedValue(const char* name,
|
| const gfx::PointF& q,
|
| base::trace_event::TracedValue* res);
|
| static void AddToTracedValue(const char* name,
|
|
|