Thomas Faber : mshtml: Remove nsIDOMWindowUtils:: SetCriticalDisplayPortForElement.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 13 07:42:02 CDT 2015


Module: wine
Branch: master
Commit: 3f63177204a68c4103d8f39ce4f70aea868cf769
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3f63177204a68c4103d8f39ce4f70aea868cf769

Author: Thomas Faber <thomas.faber at reactos.org>
Date:   Thu Apr  9 14:51:40 2015 +0200

mshtml: Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement.

---

 dlls/mshtml/nsiface.idl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl
index 054c308..7989e9a 100644
--- a/dlls/mshtml/nsiface.idl
+++ b/dlls/mshtml/nsiface.idl
@@ -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);




More information about the wine-cvs mailing list