Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index 64758be799b5d6319c6d597a32076180bd23ee42..435ec7c0241596a1666072e41a17c97848e68a47 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -6283,8 +6283,8 @@ TEST_F(LayerTreeHostImplTest, DefaultMemoryAllocation) { |
} |
TEST_F(LayerTreeHostImplTest, MemoryPolicy) { |
- ManagedMemoryPolicy policy1( |
- 456, gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING, 1000); |
+ ManagedMemoryPolicy policy1(456, |
+ gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING); |
int everything_cutoff_value = ManagedMemoryPolicy::PriorityCutoffToValue( |
gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING); |
int allow_nice_to_have_cutoff_value = |