| Index: third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolableValue.h b/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| index 1bd9fb830d951eca99e8693fead64fd507f6fafe..6344f047b7919500fcc287278fce96382d11ecb8 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| @@ -14,7 +14,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Represents the components of a PropertySpecificKeyframe's value that change smoothly as it interpolates to an adjacent value.
|
| +// Represents the components of a PropertySpecificKeyframe's value that change
|
| +// smoothly as it interpolates to an adjacent value.
|
| class CORE_EXPORT InterpolableValue {
|
| USING_FAST_MALLOC(InterpolableValue);
|
|
|
|
|