зеркало из https://github.com/mozilla/pjs.git
added medium accessor
This commit is contained in:
Родитель
7458263089
Коммит
94d40d63f8
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче