| Index: sky/engine/core/rendering/ImageQualityController.cpp
|
| diff --git a/sky/engine/core/rendering/ImageQualityController.cpp b/sky/engine/core/rendering/ImageQualityController.cpp
|
| index 56ea323001cade8bacf600d21d0795e802c43d32..a0c6a1658b5b4124684d07130de894d934a8ba45 100644
|
| --- a/sky/engine/core/rendering/ImageQualityController.cpp
|
| +++ b/sky/engine/core/rendering/ImageQualityController.cpp
|
| @@ -173,8 +173,6 @@ bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, R
|
| const AffineTransform& currentTransform = context->getCTM();
|
| bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
|
|
|
| - // Make sure to use the unzoomed image size, since if a full page zoom is in effect, the image
|
| - // is actually being scaled.
|
| LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
|
| LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
|
|
|
|
|