bug#48546: animation loop load attributes. pnunn

This commit is contained in:
pnunn%netscape.com 2000-08-28 23:44:29 +00:00
Родитель 93c17d6278
Коммит 49f49491dd
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -61,7 +61,9 @@ public:
#endif /* NU_CACHE */
virtual int GetURL (ilIURL * aUrl, ImgCachePolicy aLoadMethod,
ilINetReader *aReader)=0;
ilINetReader *aReader, PRBool IsAnimationLoop)=0;
virtual int GetContentLength (ilIURL * aUrl)=0;
};
#endif