Bug 804875 - Fix bustage on a CLOSED TREE. r=me

This commit is contained in:
Paul Adenot 2013-02-04 15:21:44 +01:00
parent 3466647544
commit 457423f099

View File

@ -71,7 +71,7 @@ void VideoFrameContainer::Reset()
{
ClearCurrentFrame(true);
Invalidate();
mIntrinsicSize = {-1, -1};
mIntrinsicSize = gfxIntSize(-1, -1);
mPaintDelay = mozilla::TimeDuration();
mPaintTarget = mozilla::TimeStamp();
mImageContainer->ResetPaintCount();