| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 0244a5ad1c2253784a392fc76d6ab770ded780b7..72d0fe431bd818adc81d5554389d5cf1a093ce7e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -819,7 +819,7 @@ SkFilterQuality GraphicsContext::computeFilterQuality(Image* image, const FloatR
|
| resampling = computeInterpolationQuality(
|
| SkScalarToFloat(src.width()), SkScalarToFloat(src.height()),
|
| SkScalarToFloat(dest.width()), SkScalarToFloat(dest.height()),
|
| - image->currentFrameIsComplete());
|
| + image->currentFrameIsFullyReceived());
|
|
|
| if (resampling == InterpolationNone) {
|
| // FIXME: This is to not break tests (it results in the filter bitmap flag
|
|
|