| Index: Source/WebCore/platform/graphics/skia/ImageSkia.cpp
|
| diff --git a/Source/WebCore/platform/graphics/skia/ImageSkia.cpp b/Source/WebCore/platform/graphics/skia/ImageSkia.cpp
|
| index c2811ed3f70100d2512db90471fc9a6accf983dd..1dc6050da1df11ab9ca66bdf12cab613c9c30c86 100644
|
| --- a/Source/WebCore/platform/graphics/skia/ImageSkia.cpp
|
| +++ b/Source/WebCore/platform/graphics/skia/ImageSkia.cpp
|
| @@ -363,7 +363,7 @@ static void paintSkBitmap(PlatformContextSkia* platformContext, const NativeImag
|
| paint.setAntiAlias(hasNon90rotation(platformContext));
|
|
|
| ResamplingMode resampling;
|
| - if (platformContext->isAccelerated())
|
| + if (platformContext->isAccelerated() || platformContext->isDeferred())
|
| resampling = RESAMPLE_LINEAR;
|
| else if (platformContext->printing())
|
| resampling = RESAMPLE_NONE;
|
|
|