added GetBitInfo to fix the build

This commit is contained in:
rods 1998-06-11 19:43:26 +00:00
Родитель a0977b5b74
Коммит e0c80033a0
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -38,6 +38,8 @@ public:
virtual PRInt32 GetHeight() { return mWidth; }
virtual PRInt32 GetWidth() { return mDepth; }
virtual PRUint8* GetBits() { return nsnull; }
virtual void* GetBitInfo() { return nsnull; }
virtual PRInt32 GetLineStride() {return 0; }
virtual PRBool Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface, PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt32 aHeight);
virtual PRBool Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface, PRInt32 aSX, PRInt32 aSY, PRInt32 aSWidth, PRInt32 aSHeight,