Bug 723929 - Avoid access to uninitialized mLastPaintEndTime r=roc

--HG--
extra : rebase_source : 13c0b01fd4e49a4a09d368f840fa81b6ae450f21
This commit is contained in:
Jacek Caban 2012-02-06 11:24:29 +01:00
parent e873ad365e
commit b2083ddcf4

View File

@ -407,6 +407,7 @@ nsWindow::nsWindow() : nsBaseWidget()
mLastKeyboardLayout = 0;
mAssumeWheelIsZoomUntil = 0;
mBlurSuppressLevel = 0;
mLastPaintEndTime = TimeStamp::Now();
#ifdef MOZ_XUL
mTransparentSurface = nsnull;
mMemoryDC = nsnull;