зеркало из https://github.com/mozilla/gecko-dev.git
Changed Set and GetContainer to deal with nsISupports instead of nsIContentViewerContainer. r=pavlov
This commit is contained in:
Родитель
67d2ca4ced
Коммит
870636b2e2
|
@ -63,9 +63,9 @@ public:
|
|||
|
||||
NS_IMETHOD BindToDocument(nsISupports* aDoc, const char* aCommand) = 0;
|
||||
|
||||
NS_IMETHOD SetContainer(nsIContentViewerContainer* aContainer) = 0;
|
||||
NS_IMETHOD SetContainer(nsISupports* aContainer) = 0;
|
||||
|
||||
NS_IMETHOD GetContainer(nsIContentViewerContainer*& aContainerResult) = 0;
|
||||
NS_IMETHOD GetContainer(nsISupports** aContainerResult) = 0;
|
||||
|
||||
NS_IMETHOD Stop(void) = 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче