| Index: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| index c53ef3d46ff9e638955bfbe9cb048ba5a988d61d..4a1674c1807b77934d77732e04220d3742f057b3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| @@ -35,7 +35,8 @@ class CSSValueInterpolationType : public CSSInterpolationType {
|
| return nullptr;
|
| }
|
|
|
| - // As we override CSSInterpolationType::maybeConvertSingle, these are never called.
|
| + // As we override CSSInterpolationType::maybeConvertSingle, these are never
|
| + // called.
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying,
|
| ConversionCheckers&) const final {
|
| NOTREACHED();
|
|
|