зеркало из https://github.com/mozilla/gecko-dev.git
NECKO build issue (nsILoadAttrib got loose on us)
This commit is contained in:
Родитель
7cd05a8274
Коммит
e16554ea83
|
@ -61,7 +61,11 @@ public:
|
|||
* Initialize an image group with a device context. All images
|
||||
* in this group will be decoded for the specified device context.
|
||||
*/
|
||||
#ifdef NECKO
|
||||
virtual nsresult Init(nsIDeviceContext *aDeviceContext) = 0;
|
||||
#else
|
||||
virtual nsresult Init(nsIDeviceContext *aDeviceContext, nsILoadGroup* aLoadGroup) = 0;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Add an observers to be informed of image group notifications.
|
||||
|
|
Загрузка…
Ссылка в новой задаче