#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:
@@ -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;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user