mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 726580, Stop shadowing PlanarYCbCr::mOffscreenFormat, r=bas
This commit is contained in:
parent
1f81fa707e
commit
7cc584ea37
@ -62,8 +62,9 @@ public:
|
||||
BasicPlanarYCbCrImage(const gfxIntSize& aScaleHint, gfxImageFormat aOffscreenFormat, BufferRecycleBin *aRecycleBin)
|
||||
: PlanarYCbCrImage(aRecycleBin)
|
||||
, mScaleHint(aScaleHint)
|
||||
, mOffscreenFormat(aOffscreenFormat)
|
||||
{}
|
||||
{
|
||||
SetOffscreenFormat(aOffscreenFormat);
|
||||
}
|
||||
|
||||
~BasicPlanarYCbCrImage()
|
||||
{
|
||||
@ -79,7 +80,6 @@ public:
|
||||
|
||||
private:
|
||||
gfxIntSize mScaleHint;
|
||||
gfxImageFormat mOffscreenFormat;
|
||||
int mStride;
|
||||
nsAutoArrayPtr<PRUint8> mDecodedBuffer;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user