Chromium Code Reviews| 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 490619bfc782683bbbd247bfab7358e98f046cd4..10101ccd2558ebb40ecbceb3977e7f05cca7fca4 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" |
|
peria
2015/11/19 03:57:50
These include are required.
|
| #include "platform/heap/Handle.h" |
| #include "wtf/Allocator.h" |
| namespace blink { |
| class StyleResolverState; |
| -class SVGPropertyBase; |
| -class SVGElement; |
| class InterpolationEnvironment { |
| STACK_ALLOCATED(); |