Index: cc/base/math_util.h |
diff --git a/cc/base/math_util.h b/cc/base/math_util.h |
index 05014ee5c19dffd7abb676c8ba0a3f5e7e90753e..2a8e54f0d881b6e5cbef1bba472f650d5e3c6389 100644 |
--- a/cc/base/math_util.h |
+++ b/cc/base/math_util.h |
@@ -335,6 +335,10 @@ class ScopedSubnormalFloatDisabler { |
DISALLOW_COPY_AND_ASSIGN(ScopedSubnormalFloatDisabler); |
}; |
+bool IsNearlyTheSameForUnitTesting(const float left, const float right); |
+bool IsNearlyTheSameForUnitTesting(const gfx::PointF& l, const gfx::PointF& r); |
+bool IsNearlyTheSameForUnitTesting(const gfx::Point3F& l, |
+ const gfx::Point3F& r); |
} // namespace cc |
#endif // CC_BASE_MATH_UTIL_H_ |