Index: cc/resources/tile_manager_unittest.cc |
diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc |
index 3a8077e3cd490737be6268230bc6fe89c126c36b..11acb21c8aed07b4ab0c5f0145c8fc03cd4df011 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()); |