diff options
Diffstat (limited to 'Source/WebKit/win/Interfaces/IWebFramePrivate.idl')
| -rw-r--r-- | Source/WebKit/win/Interfaces/IWebFramePrivate.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebKit/win/Interfaces/IWebFramePrivate.idl b/Source/WebKit/win/Interfaces/IWebFramePrivate.idl index 146c300d8..b2dfce8a6 100644 --- a/Source/WebKit/win/Interfaces/IWebFramePrivate.idl +++ b/Source/WebKit/win/Interfaces/IWebFramePrivate.idl @@ -96,6 +96,8 @@ interface IWebFramePrivate : IUnknown [local] JSGlobalContextRef globalContextForScriptWorld([in] IWebScriptWorld*); + HRESULT unused3([in] BSTR, [out, retval] BSTR*); + HRESULT visibleContentRect([out, retval] RECT*); HRESULT pageNumberForElementById([in] BSTR id, [in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber); @@ -108,9 +110,13 @@ interface IWebFramePrivate : IUnknown HRESULT renderTreeAsExternalRepresentation([in] BOOL forPrinting, [out, retval] BSTR* result); + HRESULT suspendAnimations(); + HRESULT resumeAnimations(); + HRESULT loadPlainTextString([in] BSTR string, [in] BSTR url); HRESULT clearOpener(); HRESULT setTextDirection([in] BSTR direction); + } |
