| Index: third_party/WebKit/Source/core/layout/ImageQualityController.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityController.cpp b/third_party/WebKit/Source/core/layout/ImageQualityController.cpp
|
| index 863344f0831899d315e2d4e3df700d6b3aff3fe5..68af99efe82d981a2d576a791e65e6ec0161cb81 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityController.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityController.cpp
|
| @@ -153,7 +153,7 @@ void ImageQualityController::highQualityRepaintTimerFired(Timer<ImageQualityCont
|
|
|
| void ImageQualityController::restartTimer()
|
| {
|
| - m_timer->startOneShot(cLowQualityTimeThreshold, FROM_HERE);
|
| + m_timer->startOneShot(cLowQualityTimeThreshold, BLINK_FROM_HERE);
|
| }
|
|
|
| bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, const LayoutObject* object, Image* image, const void *layer, const LayoutSize& layoutSize)
|
|
|