| Index: cc/layers/solid_color_layer_impl_unittest.cc
|
| ===================================================================
|
| --- cc/layers/solid_color_layer_impl_unittest.cc (revision 190264)
|
| +++ cc/layers/solid_color_layer_impl_unittest.cc (working copy)
|
| @@ -110,8 +110,8 @@
|
| 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));
|
|
|