| Index: third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| index 10101ccd2558ebb40ecbceb3977e7f05cca7fca4..490619bfc782683bbbd247bfab7358e98f046cd4 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef InterpolationEnvironment_h
|
| #define InterpolationEnvironment_h
|
|
|
| -#include "core/svg/SVGElement.h"
|
| -#include "core/svg/properties/SVGProperty.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class StyleResolverState;
|
| +class SVGPropertyBase;
|
| +class SVGElement;
|
|
|
| class InterpolationEnvironment {
|
| STACK_ALLOCATED();
|
|
|