| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index 1ed5f5fbcd4babc7938e3db4a64516fbfe25449b..7293cd13f783a0753eaea79b87c819a68fe9ee47 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef InvalidatableInterpolation_h
|
| #define InvalidatableInterpolation_h
|
|
|
| +#include <memory>
|
| #include "core/animation/Interpolation.h"
|
| #include "core/animation/InterpolationType.h"
|
| #include "core/animation/InterpolationTypesMap.h"
|
| #include "core/animation/PrimitiveInterpolation.h"
|
| #include "core/animation/TypedInterpolationValue.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|