| Index: Source/core/rendering/ImageQualityController.cpp
|
| diff --git a/Source/core/rendering/ImageQualityController.cpp b/Source/core/rendering/ImageQualityController.cpp
|
| index 9f96a1dfb30d699f3f0e70fba28ba4fa01536ffe..9d243b1480dcb5bd3c84839fa538089b20f2f464 100644
|
| --- a/Source/core/rendering/ImageQualityController.cpp
|
| +++ b/Source/core/rendering/ImageQualityController.cpp
|
| @@ -124,7 +124,7 @@ void ImageQualityController::highQualityRepaintTimerFired(Timer<ImageQualityCont
|
|
|
| void ImageQualityController::restartTimer()
|
| {
|
| - m_timer.startOneShot(cLowQualityTimeThreshold);
|
| + m_timer.startOneShot(cLowQualityTimeThreshold, FROM_HERE);
|
| }
|
|
|
| bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize)
|
|
|