Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: skia/BUILD.gn

Issue 371983003: Remove SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/skia_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 55266f471ec995c31e666030939171bc4c55861b..8a7ff6ac16195ae944f379198c5f5605e8b98811 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -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",
« no previous file with comments | « no previous file | skia/skia_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698