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 e8c05b67524925a070f34c2eb7a9031630efed9c..efdc0908f3404f7b4615bb7aa8b601a2aa432b00 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp |
@@ -820,7 +820,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 |