summaryrefslogtreecommitdiff
path: root/Source/WebKit/win/Interfaces/IWebFramePrivate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/Interfaces/IWebFramePrivate.idl')
-rw-r--r--Source/WebKit/win/Interfaces/IWebFramePrivate.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/win/Interfaces/IWebFramePrivate.idl b/Source/WebKit/win/Interfaces/IWebFramePrivate.idl
index 31287ba58..90ba4bdb9 100644
--- a/Source/WebKit/win/Interfaces/IWebFramePrivate.idl
+++ b/Source/WebKit/win/Interfaces/IWebFramePrivate.idl
@@ -98,8 +98,6 @@ interface IWebFramePrivate : IUnknown
HRESULT counterValueForElementById([in] BSTR id, [out, retval] BSTR* result);
- HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
-
HRESULT visibleContentRect([out, retval] RECT*);
HRESULT pageNumberForElementById([in] BSTR id, [in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);