зеркало из https://github.com/mozilla/gecko-dev.git
Support sized images
This commit is contained in:
Родитель
2eee855f3b
Коммит
ce54fd4449
|
@ -48,6 +48,7 @@ public:
|
|||
const nsString& aURL,
|
||||
const nscolor* aBackgroundColor,
|
||||
nsIFrame* aTargetFrame,
|
||||
const nsSize& aDesiredSize,
|
||||
nsFrameImageLoaderCB aCallBack,
|
||||
PRBool aNeedSizeUpdate,
|
||||
PRBool aNeedErrorNotification);
|
||||
|
@ -70,6 +71,7 @@ protected:
|
|||
nsSize mSize;
|
||||
nsImageError mError;
|
||||
nsIFrame* mTargetFrame;
|
||||
nsSize mDesiredSize;
|
||||
nsFrameImageLoaderCB mCallBack;
|
||||
nsIPresContext* mPresContext;
|
||||
nsIImageRequest* mImageRequest;
|
||||
|
|
Загрузка…
Ссылка в новой задаче