Skip to content

Commit

Permalink
Remove SK_IGNORE_QUAD_RR_CORNERS_OPT from Chromium builds.
Browse files Browse the repository at this point in the history
This causes minor rounded rect image diffs (about 300 Blink
rebaselines needed).

R=bsalomon@google.com, robertphillips@google.com, reed@google.com
BUG=309611

Review URL: https://codereview.chromium.org/426593006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286938 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
fmalita@chromium.org committed Aug 1, 2014
1 parent 3f580e7 commit 84c644f
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 4 deletions.
2 changes: 0 additions & 2 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ config("skia_library_config") {

"SK_IGNORE_BLURRED_RRECT_OPT",

"SK_IGNORE_QUAD_RR_CORNERS_OPT",

# this flag forces Skia not to use typographic metrics with GDI.
"SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS",

Expand Down
2 changes: 0 additions & 2 deletions skia/skia_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@

'SK_IGNORE_BLURRED_RRECT_OPT',

'SK_IGNORE_QUAD_RR_CORNERS_OPT',

# this flag forces Skia not to use typographic metrics with GDI.
'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS',

Expand Down
Loading

0 comments on commit 84c644f

Please sign in to comment.