| Index: cc/layers/solid_color_layer_impl_unittest.cc
|
| diff --git a/cc/layers/solid_color_layer_impl_unittest.cc b/cc/layers/solid_color_layer_impl_unittest.cc
|
| index 7b86c313958ed23659c271aa20e98da831dcf128..0d9ac61784c3e7302849e2ab7fdb1918a2eab892 100644
|
| --- a/cc/layers/solid_color_layer_impl_unittest.cc
|
| +++ b/cc/layers/solid_color_layer_impl_unittest.cc
|
| @@ -110,8 +110,8 @@ TEST(SolidColorLayerImplTest, VerifyOpaqueRect) {
|
| root->AddChild(layer);
|
|
|
| std::vector<scoped_refptr<Layer> > renderSurfaceLayerList;
|
| - LayerTreeHostCommon::calculateDrawProperties(
|
| - root, gfx::Size(500, 500), 1, 1, 1024, false, renderSurfaceLayerList);
|
| + LayerTreeHostCommon::CalculateDrawProperties(
|
| + root, gfx::Size(500, 500), 1, 1, 1024, false, &renderSurfaceLayerList);
|
|
|
| EXPECT_FALSE(layer->contents_opaque());
|
| layer->SetBackgroundColor(SkColorSetARGBInline(255, 10, 20, 30));
|
|
|