Index: cc/resources/tile_manager_unittest.cc |
diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc |
index 6dc2f54e9d0f44e4399b876bd5ea3f660b27f487..c8cd207d7c5d9dd898890c696d7bc87363c8de40 100644 |
--- a/cc/resources/tile_manager_unittest.cc |
+++ b/cc/resources/tile_manager_unittest.cc |
@@ -625,7 +625,7 @@ TEST_F(TileManagerTilePriorityQueueTest, ActivationComesBeforeEventually) { |
bool update_lcd_text = false; |
host_impl_.pending_tree()->UpdateDrawProperties(update_lcd_text); |
- host_impl_.SetRequiresHighResToDraw(); |
+ host_impl_.SetRequiresHighResToDraw(true); |
scoped_ptr<RasterTilePriorityQueue> queue(host_impl_.BuildRasterQueue( |
SMOOTHNESS_TAKES_PRIORITY, RasterTilePriorityQueue::Type::ALL)); |
EXPECT_FALSE(queue->IsEmpty()); |