Index: src/core/SkBitmapProcState.cpp |
diff --git a/src/core/SkBitmapProcState.cpp b/src/core/SkBitmapProcState.cpp |
index 166b62c48cf40a2da9829b717db3fbcbadd1993b..f6f9f3fa06c20c025993f47ab2d071843ea7fb2f 100644 |
--- a/src/core/SkBitmapProcState.cpp |
+++ b/src/core/SkBitmapProcState.cpp |
@@ -170,11 +170,6 @@ bool SkBitmapProcState::possiblyScaleImage() { |
float dest_width = fOrigBitmap.width() / invScaleX; |
float dest_height = fOrigBitmap.height() / invScaleY; |
-#ifdef SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE |
- dest_width = SkScalarCeilToScalar(dest_width); |
- dest_height = SkScalarCeilToScalar(dest_height); |
-#endif |
- |
// All the criteria are met; let's make a new bitmap. |
SkConvolutionProcs simd; |