Chromium Code Reviews| Index: cc/base/math_util.cc |
| diff --git a/cc/base/math_util.cc b/cc/base/math_util.cc |
| index 262f6586dbab585a612378f71c0bcd95f0004cc8..fc885a41414fdb6d4b0906c5a4c790934f057e1b 100644 |
| --- a/cc/base/math_util.cc |
| +++ b/cc/base/math_util.cc |
| @@ -817,7 +817,7 @@ ScopedSubnormalFloatDisabler::~ScopedSubnormalFloatDisabler() { |
| #endif |
| } |
| -bool MathUtil::IsNearlyTheSameForTesting(float left, float right) { |
| +bool MathUtil::IsFloatNearlyTheSame(float left, float right) { |
| return IsNearlyTheSame(left, right); |
| } |