mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 723929 - Avoid access to uninitialized mLastPaintEndTime r=roc
--HG-- extra : rebase_source : 13c0b01fd4e49a4a09d368f840fa81b6ae450f21
This commit is contained in:
parent
5050012b61
commit
76184fa10c
@ -407,6 +407,7 @@ nsWindow::nsWindow() : nsBaseWidget()
|
||||
mLastKeyboardLayout = 0;
|
||||
mAssumeWheelIsZoomUntil = 0;
|
||||
mBlurSuppressLevel = 0;
|
||||
mLastPaintEndTime = TimeStamp::Now();
|
||||
#ifdef MOZ_XUL
|
||||
mTransparentSurface = nsnull;
|
||||
mMemoryDC = nsnull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user