Skip to content

Commit

Permalink
Remove SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK.
Browse files Browse the repository at this point in the history
Skia no longer looks at this define. It's as if it's always set now.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281737 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mtklein@chromium.org committed Jul 8, 2014
1 parent a925027 commit df4e26d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ config("skia_library_config") {
# all filters used in Blink support the optimized path properly
"SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION",

# Disable this check because it is too strict for some Chromium-specific
# subclasses of SkPixelRef. See bug: crbug.com/171776.
"SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK",

"IGNORE_ROT_AA_RECT_OPT",

"SK_IGNORE_BLURRED_RRECT_OPT",
Expand Down
4 changes: 0 additions & 4 deletions skia/skia_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
# all filters used in Blink support the optimized path properly
'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION',

# Disable this check because it is too strict for some Chromium-specific
# subclasses of SkPixelRef. See bug: crbug.com/171776.
'SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK',

'IGNORE_ROT_AA_RECT_OPT',

'SK_IGNORE_BLURRED_RRECT_OPT',
Expand Down

0 comments on commit df4e26d

Please sign in to comment.