mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Fixed typo
This commit is contained in:
parent
4259af374f
commit
a91550956e
@ -33,7 +33,7 @@ public:
|
||||
/**
|
||||
@see nsIImage.h
|
||||
*/
|
||||
virtual PRInt32 GetBytesPix() { return ThePixelmap.cmpCount; }
|
||||
virtual PRInt32 GetBytesPix() { return mThePixelmap.cmpCount; }
|
||||
virtual PRInt32 GetHeight() { return mHeight;}
|
||||
virtual PRInt32 GetWidth() { return mWidth; }
|
||||
virtual PRUint8* GetBits() ; //{ return mImageBits; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user