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 b6535bbb72a563b31c4a8484e8f097c1f64cadba..b230ef4bf4fd8d574f0dd9c9d3e98c53d3a1d7b2 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp |
@@ -818,7 +818,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 |