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 fb23ba64c651e32c1b4279ee512be0c305915eb3..232fce91649015ecd91bf2318234c2b1ae3dc280 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -6284,8 +6284,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 = |