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

Unified Diff: cc/trees/layer_tree_host_common_unittest.cc

Issue 2004443002: cc: Update SpreadForStdDeviation to 3*sigma, and update tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/background_filter_rotated_gl.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common_unittest.cc
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
index bad835b90f8aeacb2a8606c39dccd34df32c3d05..a6b40e409eaeddcbd42b1ed2b05bc2e193d864ad 100644
--- a/cc/trees/layer_tree_host_common_unittest.cc
+++ b/cc/trees/layer_tree_host_common_unittest.cc
@@ -1407,7 +1407,7 @@ TEST_F(LayerTreeHostCommonTest, RenderSurfaceListForFilter) {
ASSERT_TRUE(parent->render_surface());
EXPECT_EQ(2U, parent->render_surface()->layer_list().size());
EXPECT_EQ(4U, render_surface_layer_list.size());
- EXPECT_EQ(gfx::RectF(-29, -29, 158, 158),
+ EXPECT_EQ(gfx::RectF(-30, -30, 160, 160),
parent->render_surface()->DrawableContentRect());
}
« no previous file with comments | « cc/test/data/background_filter_rotated_gl.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698