This commit is contained in:
peterl%netscape.com 1998-12-02 00:28:57 +00:00
Родитель 7458263089
Коммит 94d40d63f8
3 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.