Bug 1291045 (Part 1) - Use a different IDecodingTask for animated images. r=dholbert,edwin
This commit is contained in:
@@ -187,7 +187,7 @@ DecoderFactory::CreateAnimationDecoder(DecoderType aType,
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
RefPtr<IDecodingTask> task = new DecodingTask(WrapNotNull(decoder));
|
||||
RefPtr<IDecodingTask> task = new AnimationDecodingTask(WrapNotNull(decoder));
|
||||
return task.forget();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user