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

Unified Diff: cc/trees/layer_tree_host_pixeltest_masks.cc

Issue 926403002: Remove SK_SUPPORT_LEGACY_ADDOVAL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 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 | « cc/test/data/mask_of_layer_with_blend.png ('k') | skia/config/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_pixeltest_masks.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_masks.cc b/cc/trees/layer_tree_host_pixeltest_masks.cc
index 9dd5bd547ad0cfa6860c193398fe6607e677dff7..b9491bb816e7be0854bf63d2643f0616ce59799c 100644
--- a/cc/trees/layer_tree_host_pixeltest_masks.cc
+++ b/cc/trees/layer_tree_host_pixeltest_masks.cc
@@ -395,8 +395,8 @@ TEST_P(LayerTreeHostMasksForBackgroundFiltersPixelTest,
float percentage_pixels_large_error = 2.5f; // 2.5%, ~1600px / (256*256)
float percentage_pixels_small_error = 0.0f;
- float average_error_allowed_in_bad_pixels = 60.0f;
- int large_error_allowed = 100;
+ float average_error_allowed_in_bad_pixels = 100.0f;
+ int large_error_allowed = 256;
int small_error_allowed = 0;
pixel_comparator_.reset(new FuzzyPixelComparator(
true, // discard_alpha
« no previous file with comments | « cc/test/data/mask_of_layer_with_blend.png ('k') | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698