From 49f49491dd33da5947e458aa0e6e2b50abc92829 Mon Sep 17 00:00:00 2001 From: "pnunn%netscape.com" Date: Mon, 28 Aug 2000 23:44:29 +0000 Subject: [PATCH] bug#48546: animation loop load attributes. pnunn --- modules/libimg/public/ilINetContext.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/libimg/public/ilINetContext.h b/modules/libimg/public/ilINetContext.h index bd896a2b987a..0211a29285e2 100644 --- a/modules/libimg/public/ilINetContext.h +++ b/modules/libimg/public/ilINetContext.h @@ -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