mshtml: Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement.

oldstable
Thomas Faber 2015-04-09 14:51:40 +02:00 committed by Alexandre Julliard
parent b94dd24eaf
commit 3f63177204
1 changed files with 0 additions and 1 deletions

View File

@ -2918,7 +2918,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);