From 364f048a2798c8ca561d9c342cadee9018a6d153 Mon Sep 17 00:00:00 2001 From: jbroman Date: Wed, 29 Oct 2014 08:27:24 -0700 Subject: [PATCH] Remove SK_IGNORE_PROPER_FRACTIONAL_SCALING. This causes Skia to use fractional bitmap scaling in Chromium, which is necessary to avoid both record-time scaling and "seam" artifacts in bitmap patterns. Necessary suppressions in Blink layout tests are in this CL: https://codereview.chromium.org/687583003 BUG=391051 Review URL: https://codereview.chromium.org/686853003 Cr-Commit-Position: refs/heads/master@{#301839} --- skia/config/SkUserConfig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index 4c22a57fde76..887d37ae9adb 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -261,10 +261,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS #endif -#ifndef SK_IGNORE_PROPER_FRACTIONAL_SCALING -# define SK_IGNORE_PROPER_FRACTIONAL_SCALING -#endif - #ifndef SK_SUPPORT_LEGACY_PICTURE_CLONE # define SK_SUPPORT_LEGACY_PICTURE_CLONE #endif -- 2.11.4.GIT