Bug 398369 - "Break friendship between imgContainer and nsGIFDecoder2" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr+a1.9=stuart]

git-svn-id: svn://10.0.0.236/trunk@237236 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2007-10-04 03:07:38 +00:00
parent a5e4ec0276
commit 9740d17316
2 changed files with 1 additions and 8 deletions

View File

@@ -72,10 +72,7 @@ mailing address.
*/
#include <stddef.h>
#include "prtypes.h"
#include "prmem.h"
#include "prlog.h"
#include "GIF2.h"
#include "nsIImage.h"
#include "nsIInterfaceRequestorUtils.h"
@@ -87,8 +84,6 @@ mailing address.
#include "imgILoad.h"
#include "imgContainer.h"
#include "gfxColor.h"
#include "gfxPlatform.h"
#include "lcms.h"

View File

@@ -103,7 +103,7 @@
*
* @note
* <li> "Mask", "Alpha", and "Alpha Level" are interchangable phrases in
* respects to imgContainerGIF.
* respects to imgContainer.
*
* @par
* <li> GIFs never have more than a 1 bit alpha.
@@ -143,8 +143,6 @@ public:
virtual ~imgContainer();
private:
friend class nsGIFDecoder2;
struct Anim
{
//! Area of the first frame that needs to be redrawn on subsequent loops.