Bug 1287691 (Part 4) - Leave notifying decoding progress for each frame to DecodingTask. r=edwin
This commit is contained in:
@@ -19,8 +19,8 @@ namespace image {
|
||||
// Helpers for sending notifications to the image associated with a decoder.
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/* static */ void
|
||||
IDecodingTask::NotifyProgress(NotNull<Decoder*> aDecoder)
|
||||
static void
|
||||
NotifyProgress(NotNull<Decoder*> aDecoder)
|
||||
{
|
||||
MOZ_ASSERT(aDecoder->HasProgress() && !aDecoder->IsMetadataDecode());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user