added medium accessor

This commit is contained in:
peterl%netscape.com 1998-12-02 00:28:57 +00:00
parent 62a440cd1b
commit c60ac1b70f
3 changed files with 15 additions and 0 deletions

View File

@ -91,6 +91,11 @@ public:
*/
NS_IMETHOD GetBaseURL(nsIURL*& aURL) = 0;
/**
* Get medium of presentation
*/
NS_IMETHOD GetMedium(nsIAtom*& aMedium) = 0;
/**
* Resolve style for the given piece of content that will be a child
* of the aParentContext. Don't use this for pseudo frames.

View File

@ -91,6 +91,11 @@ public:
*/
NS_IMETHOD GetBaseURL(nsIURL*& aURL) = 0;
/**
* Get medium of presentation
*/
NS_IMETHOD GetMedium(nsIAtom*& aMedium) = 0;
/**
* Resolve style for the given piece of content that will be a child
* of the aParentContext. Don't use this for pseudo frames.

View File

@ -91,6 +91,11 @@ public:
*/
NS_IMETHOD GetBaseURL(nsIURL*& aURL) = 0;
/**
* Get medium of presentation
*/
NS_IMETHOD GetMedium(nsIAtom*& aMedium) = 0;
/**
* Resolve style for the given piece of content that will be a child
* of the aParentContext. Don't use this for pseudo frames.