| Index: cc/resources/prioritized_resource_unittest.cc
|
| diff --git a/cc/resources/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
|
| index 7b10d726639847e21ba0e3be5c474865c482f599..98e498556739f02035ba15e3e352d1fa16dc6afe 100644
|
| --- a/cc/resources/prioritized_resource_unittest.cc
|
| +++ b/cc/resources/prioritized_resource_unittest.cc
|
| @@ -623,7 +623,7 @@ TEST_F(PrioritizedResourceTest, RequestLateBackingsSorting) {
|
| EXPECT_TRUE(ValidateTexture(textures[i], false));
|
|
|
| // Drop the memory limit and prioritize (none will be above the threshold,
|
| - // but they still have backings because reduceMemory hasn't been called).
|
| + // but they still have backings because ReduceMemory hasn't been called).
|
| resource_manager->SetMaxMemoryLimitBytes(
|
| TexturesMemorySize(max_textures / 2));
|
| PrioritizeTexturesAndBackings(resource_manager.get());
|
|
|