| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index 771f2b15e41e42bd9c521276e42c2c4dcdb328b9..e70fdac834862638082235c614eec48b5234937a 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -38,9 +38,6 @@ public:
|
| static SVGSVGElement* rootElement(const Document&);
|
| SVGSVGElement* rootElement() const;
|
|
|
| - void dispatchZoomEvent(float prevScale, float newScale);
|
| - void dispatchScrollEvent();
|
| -
|
| bool zoomAndPanEnabled() const;
|
|
|
| void startPan(const FloatPoint& start);
|
|
|