| Index: cc/surfaces/surface_aggregator_unittest.cc
|
| diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc
|
| index aa5cea04c23f59cee1ee41840fe29c87d91f9cf9..62ba079aad92ff1d4657baa7d7644461474c9de0 100644
|
| --- a/cc/surfaces/surface_aggregator_unittest.cc
|
| +++ b/cc/surfaces/surface_aggregator_unittest.cc
|
| @@ -430,7 +430,8 @@ void AddSolidColorQuadWithBlendMode(const gfx::Size& size,
|
| clip_rect,
|
| is_clipped,
|
| opacity,
|
| - blend_mode);
|
| + blend_mode,
|
| + 0);
|
|
|
| scoped_ptr<SolidColorDrawQuad> color_quad = SolidColorDrawQuad::Create();
|
| color_quad->SetNew(pass->shared_quad_state_list.back(),
|
|
|