| Index: cc/tiles/tile_manager_unittest.cc
|
| diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc
|
| index b3e6d753f9f4bed6fb39d4c585fbae860c056977..54bc94445138baf30a6d38d8fc6fe2fbf184f418 100644
|
| --- a/cc/tiles/tile_manager_unittest.cc
|
| +++ b/cc/tiles/tile_manager_unittest.cc
|
| @@ -1031,7 +1031,7 @@ TEST_F(TileManagerTilePriorityQueueTest,
|
| // Create a fully transparent child layer so that its tile priorities are not
|
| // considered to be valid.
|
| pending_child_layer->SetDrawsContent(true);
|
| - pending_child_layer->SetForceRenderSurface(true);
|
| + pending_child_layer->test_properties()->force_render_surface = true;
|
|
|
| host_impl_.AdvanceToNextFrame(base::TimeDelta::FromMilliseconds(1));
|
| bool update_lcd_text = false;
|
|
|