| Index: Source/core/svg/SVGForeignObjectElement.h
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h
|
| index 3dfa6fac92ccba7d37feefaa0f475e133fe40546..e28aed48fae4d79f42c420885947bc21c211c355 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.h
|
| +++ b/Source/core/svg/SVGForeignObjectElement.h
|
| @@ -42,6 +42,8 @@ private:
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| + virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
|
|