mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2657 - Remove -moz-samplesize resize-decoding for low-vram mobiles
Resolves #2657
This commit is contained in:
parent
75d698133f
commit
ef5f052d97
18 changed files with 13 additions and 193 deletions
|
|
@ -54,11 +54,6 @@ public:
|
|||
|
||||
DecoderType GetType() const override { return DecoderType::JPEG; }
|
||||
|
||||
virtual void SetSampleSize(int aSampleSize) override
|
||||
{
|
||||
mSampleSize = aSampleSize;
|
||||
}
|
||||
|
||||
void NotifyDone();
|
||||
|
||||
protected:
|
||||
|
|
@ -115,8 +110,6 @@ public:
|
|||
const Decoder::DecodeStyle mDecodeStyle;
|
||||
|
||||
uint32_t mCMSMode;
|
||||
|
||||
int mSampleSize;
|
||||
};
|
||||
|
||||
} // namespace image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue