Chromium Code Reviews| Index: cc/tiles/tile_manager_unittest.cc |
| diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc |
| index 745fee4ca853a48a593c4839a87b8a14602f1d63..29d24557ba1c153cd24bb1e3937b56eb0594b131 100644 |
| --- a/cc/tiles/tile_manager_unittest.cc |
| +++ b/cc/tiles/tile_manager_unittest.cc |
| @@ -1027,6 +1027,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); |
|
ajuma
2016/04/05 15:16:46
Why do we need to force a render surface here? Is
jaydasika
2016/04/05 17:24:22
Yes.
|
| host_impl_.AdvanceToNextFrame(base::TimeDelta::FromMilliseconds(1)); |
| bool update_lcd_text = false; |