| 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 0af68d3a643ba892db46e01ac9f3c9702003e15d..cf01defc2ab4ab7a858528f2c94cba1c022af4d9 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| @@ -12,6 +12,7 @@ namespace blink {
|
|
|
| class InterpolationEnvironment {
|
| STACK_ALLOCATED();
|
| +
|
| public:
|
| virtual bool IsCSS() const { return false; }
|
| virtual bool IsSVG() const { return false; }
|
|
|