#26893, moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h

git-svn-id: svn://10.0.0.236/trunk@66316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2000-04-18 21:44:56 +00:00
parent 5960528106
commit 9889e4de2b
6 changed files with 28 additions and 30 deletions

View File

@@ -81,19 +81,6 @@ public:
*/
NS_IMETHOD
GetAttribute(const char* name, const char* *result) = 0;
/**
* Returns the DOM element corresponding to the tag which references
* this plugin in the document.
*
* REMIND: do we need to expose as an nsISupports * to avoid
* introducing runtime dependencies on XPCOM?
*
* @param result - resulting DOM element
* @result - NS_OK if this operation was successful
*/
NS_IMETHOD
GetDOMElement(nsIDOMElement* *result) = 0;
};
////////////////////////////////////////////////////////////////////////////////

View File

@@ -118,6 +118,18 @@ public:
NS_IMETHOD
GetUniqueID(PRUint32 *result) = 0;
/**
* Returns the DOM element corresponding to the tag which references
* this plugin in the document.
*
* REMIND: do we need to expose as an nsISupports * to avoid
* introducing runtime dependencies on XPCOM?
*
* @param result - resulting DOM element
* @result - NS_OK if this operation was successful
*/
NS_IMETHOD
GetDOMElement(nsIDOMElement* *result) = 0;
};
////////////////////////////////////////////////////////////////////////////////