| Index: third_party/WebKit/Source/core/animation/StyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/StyleInterpolation.h b/third_party/WebKit/Source/core/animation/StyleInterpolation.h
|
| index 01e1d38cb0add0ed0cdd0a329c140d3ec95d943f..bbaffaafab671d3a75d61fff19fb68680cc859d3 100644
|
| --- a/third_party/WebKit/Source/core/animation/StyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/StyleInterpolation.h
|
| @@ -21,7 +21,8 @@ class CORE_EXPORT StyleInterpolation : public Interpolation {
|
| // 2) shove X into StyleResolverState
|
| // X can be:
|
| // (1) a CSSValue (and applied via StyleBuilder::applyProperty)
|
| - // (2) an AnimatableValue (and applied via // AnimatedStyleBuilder::applyProperty)
|
| + // (2) an AnimatableValue (and applied via
|
| + // AnimatedStyleBuilder::applyProperty)
|
| // (3) a custom value that is inserted directly into the StyleResolverState.
|
| virtual void apply(StyleResolverState&) const = 0;
|
|
|
|
|