| Index: cc/surfaces/surface_aggregator_unittest.cc
|
| diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc
|
| index 1809409bef4a186440446ab0c9cfbc349f518ef8..d1744d456b01d5a0032e9e58a695034e9b356460 100644
|
| --- a/cc/surfaces/surface_aggregator_unittest.cc
|
| +++ b/cc/surfaces/surface_aggregator_unittest.cc
|
| @@ -425,7 +425,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(),
|
|
|