| Index: third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
|
| index 27c83ea15464179a9fc1a14096db58083fc59e98..f4bf99ba0e6a1e1c8bc001568efb0236ca8d8510 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
|
| @@ -10,8 +10,9 @@
|
|
|
| namespace blink {
|
|
|
| -// This class is implemented as a singleton whose instance represents the presence of percentages being used in a Length value
|
| -// while nullptr represents the absence of any percentages.
|
| +// This class is implemented as a singleton whose instance represents the
|
| +// presence of percentages being used in a Length value while nullptr represents
|
| +// the absence of any percentages.
|
| class CSSLengthNonInterpolableValue : public NonInterpolableValue {
|
| public:
|
| ~CSSLengthNonInterpolableValue() final { NOTREACHED(); }
|
|
|