Chromium Code Reviews| Index: cc/CCMathUtil.h |
| diff --git a/cc/CCMathUtil.h b/cc/CCMathUtil.h |
| index ed3848e6f4b7fbdfe8b6b5264d59340b45438231..587a543833eb94da391fd775f371aba1748dc895 100644 |
| --- a/cc/CCMathUtil.h |
| +++ b/cc/CCMathUtil.h |
| @@ -100,6 +100,8 @@ public: |
| // Projects the |source| vector onto |destination|. Neither vector is assumed to be normalized. |
| static FloatSize projectVector(const FloatSize& source, const FloatSize& destination); |
| + |
| + static float distanceBetweenPoints(const FloatPoint&, const FloatPoint&); |
| }; |
| } // namespace cc |