This commit is contained in:
dcone 1998-06-17 20:37:58 +00:00
Родитель adafdafe17
Коммит 79590b3944
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -83,6 +83,11 @@ public:
private:
void CreateImage(nsIDeviceContext * aDeviceContext);
/**
* Calculate the amount of memory needed for the initialization of the image
*/
void ComputeMetrics();
private:
PRInt32 mWidth;
PRInt32 mHeight;