diff options
Diffstat (limited to 'cc/resources/tile_manager_unittest.cc')
-rw-r--r-- | cc/resources/tile_manager_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc index 9cbbcad..0231762 100644 --- a/cc/resources/tile_manager_unittest.cc +++ b/cc/resources/tile_manager_unittest.cc @@ -70,6 +70,7 @@ TEST(TileManagerTest, OOM) { gfx::Rect(), gfx::Rect(), 1.0, + 0, 0)); tile->SetPriority(PENDING_TREE, TilePriority()); tile->SetPriority(ACTIVE_TREE, eventual_prio); @@ -84,6 +85,7 @@ TEST(TileManagerTest, OOM) { gfx::Rect(), gfx::Rect(), 1.0, + 0, 0)); tile->SetPriority(PENDING_TREE, now_prio); tile->SetPriority(ACTIVE_TREE, TilePriority()); |