mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[MSHTML]
- Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement, as it's no longer present in Gecko. Fixes stack corruption when exiting IE. CORE-9513 svn path=/trunk/; revision=67135
This commit is contained in:
parent
3f329afd50
commit
cb36e5d0ab
1 changed files with 0 additions and 1 deletions
|
@ -2948,7 +2948,6 @@ interface nsIDOMWindowUtils : nsISupports
|
|||
nsresult SetDisplayPortMarginsForElement(float aLeftMargin, float aTopMargin, float aRightMargin, float aBottomMargin,
|
||||
uint32_t aAlignmentX, uint32_t aAlignmentY, nsIDOMElement *aElement, uint32_t aPriority);
|
||||
nsresult SetDisplayPortBaseForElement(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight, nsIDOMElement *aElement);
|
||||
nsresult SetCriticalDisplayPortForElement(float aXPx, float aYPx, float aWidthPx, float aHeightPx, nsIDOMElement *aElement);
|
||||
nsresult SetResolution(float aXResolution, float aYResolution);
|
||||
nsresult GetResolution(float *aXResolution, float *aYResolution);
|
||||
nsresult GetIsResolutionSet(bool *aIsResolutionSet);
|
||||
|
|
Loading…
Reference in a new issue