| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index e3d4041d3385de7dfb78310777f27a4a34e42223..ab5375a7b550adf738e5dbb0c934afaba7baa9a9 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -35,6 +35,7 @@ public:
|
| return adoptRef(new SVGDocument(initializer));
|
| }
|
|
|
| + static SVGSVGElement* rootElement(const XMLDocument*);
|
| SVGSVGElement* rootElement() const;
|
|
|
| void dispatchZoomEvent(float prevScale, float newScale);
|
|
|