| Index: cc/math_util.h
|
| diff --git a/cc/math_util.h b/cc/math_util.h
|
| index db43aed6ba9f4e547b1227b6d9085698e518fbb3..65fb436a02c314d25a8b83874f18695a4478759b 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/math_util.h
|
| @@ -143,10 +143,6 @@ public:
|
| double d, double e, double f);
|
| };
|
|
|
| -// TODO(shawnsingh, vollick) this is a temporary home, should eventually
|
| -// be phased out in favor of gfx::Transform API.
|
| -gfx::Transform CC_EXPORT operator*(const gfx::Transform&, const gfx::Transform&);
|
| -
|
| } // namespace cc
|
|
|
| #endif // CC_MATH_UTIL_H_
|
|
|