mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
ported from UXP: Issue #2073 - m-c 1343341: Infrastructure necessary to allow discarding of animated images (squashed) (eac8afce)
This commit is contained in:
@@ -88,9 +88,9 @@ ImageWrapper::OnImageDataComplete(nsIRequest* aRequest,
|
||||
}
|
||||
|
||||
void
|
||||
ImageWrapper::OnSurfaceDiscarded()
|
||||
ImageWrapper::OnSurfaceDiscarded(const SurfaceKey& aSurfaceKey)
|
||||
{
|
||||
return mInnerImage->OnSurfaceDiscarded();
|
||||
return mInnerImage->OnSurfaceDiscarded(aSurfaceKey);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user