Chromium Code Reviews| Index: Source/core/svg/properties/SVGPropertyTearOff.h |
| diff --git a/Source/core/svg/properties/SVGPropertyTearOff.h b/Source/core/svg/properties/SVGPropertyTearOff.h |
| index a0974fda17c7a063067cdbee774f400c76222f7b..8d5609a633cdbd548069534ccead343ee1f26919 100644 |
| --- a/Source/core/svg/properties/SVGPropertyTearOff.h |
| +++ b/Source/core/svg/properties/SVGPropertyTearOff.h |
| @@ -27,6 +27,8 @@ |
| namespace WebCore { |
| +class SVGTransform; |
| + |
| class SVGPropertyTearOffBase : public SVGProperty { |
| public: |
| virtual void setValueForMatrixIfNeeded(SVGTransform*) { } |