| Index: third_party/WebKit/public/platform/WebMediaConstraints.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaConstraints.h b/third_party/WebKit/public/platform/WebMediaConstraints.h
|
| index 49b6bd13d345950f430dc10e14348db4992a5411..9ad9fe70f286f534fe96ad3cb41c114a3435c43c 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaConstraints.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaConstraints.h
|
| @@ -98,10 +98,10 @@ private:
|
|
|
| class BLINK_PLATFORM_EXPORT DoubleConstraint : public BaseConstraint {
|
| public:
|
| -// Permit a certain leeway when comparing floats.
|
| -// The offset of 0.00001 is chosen based on observed behavior of
|
| -// doubles formatted with rtc::ToString.
|
| - static double kConstraintEpsilon;
|
| + // Permit a certain leeway when comparing floats. The offset of 0.00001
|
| + // is chosen based on observed behavior of doubles formatted with
|
| + // rtc::ToString.
|
| + static const double kConstraintEpsilon;
|
|
|
| explicit DoubleConstraint(const char* name);
|
|
|
|
|