| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 4a41d2aef475ffdbb1437bc2374dc59cf90c988f..018a73b87f058a781055185c18a205e1f9b11486 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -4186,6 +4186,7 @@ class BlendStateCheckLayer : public LayerImpl {
|
| resource_id_,
|
| gfx::RectF(0.f, 0.f, 1.f, 1.f),
|
| gfx::Size(1, 1),
|
| + false,
|
| false);
|
| test_blending_draw_quad->visible_rect = quad_visible_rect_;
|
| EXPECT_EQ(blend_, test_blending_draw_quad->ShouldDrawWithBlending());
|
|
|