зеркало из https://github.com/mozilla/pjs.git
Bug 513681 - part 11 - make RasterImage carry a pointer to a Decoder.r=joe,a=blocker
This commit is contained in:
Родитель
9d4d51368a
Коммит
ce499012bd
|
@ -143,6 +143,7 @@ namespace mozilla {
|
|||
namespace imagelib {
|
||||
|
||||
class imgDecodeWorker;
|
||||
class Decoder;
|
||||
|
||||
class RasterImage : public mozilla::imagelib::Image,
|
||||
public nsITimerCallback,
|
||||
|
@ -458,7 +459,7 @@ private: // data
|
|||
friend class DiscardTracker;
|
||||
|
||||
// Decoder and friends
|
||||
nsCOMPtr<imgIDecoder> mDecoder;
|
||||
nsRefPtr<Decoder> mDecoder;
|
||||
nsRefPtr<imgDecodeWorker> mWorker;
|
||||
PRUint32 mBytesDecoded;
|
||||
PRUint32 mDecoderFlags;
|
||||
|
|
Загрузка…
Ссылка в новой задаче