mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
changing timer default to 100
This commit is contained in:
parent
484bcf614d
commit
af9c5a76f3
@ -28,7 +28,7 @@
|
||||
NS_IMPL_ISUPPORTS2(gfxImageFrame, gfxIImageFrame, nsIInterfaceRequestor)
|
||||
|
||||
gfxImageFrame::gfxImageFrame() :
|
||||
mTimeout(-1),
|
||||
mTimeout(100),
|
||||
mInitalized(PR_FALSE),
|
||||
mDisposalMethod(0)
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
NS_IMPL_ISUPPORTS2(gfxImageFrame, gfxIImageFrame, nsIInterfaceRequestor)
|
||||
|
||||
gfxImageFrame::gfxImageFrame() :
|
||||
mTimeout(-1),
|
||||
mTimeout(100),
|
||||
mInitalized(PR_FALSE),
|
||||
mDisposalMethod(0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user