Bug 1287691 (Part 4) - Leave notifying decoding progress for each frame to DecodingTask. r=edwin

This commit is contained in:
Seth Fowler
2016-07-18 23:53:20 -07:00
parent 69348dbead
commit 1f573d3fd9
3 changed files with 2 additions and 13 deletions

View File

@@ -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());