| Index: cc/resources/resource_pool.h
|
| diff --git a/cc/resources/resource_pool.h b/cc/resources/resource_pool.h
|
| index c1db254e052e78627fdcb791aa01f528a69b1177..3469e971a7e020f0d5e86ba8e172cb4ff11bae11 100644
|
| --- a/cc/resources/resource_pool.h
|
| +++ b/cc/resources/resource_pool.h
|
| @@ -39,7 +39,8 @@ class CC_EXPORT ResourcePool : public base::trace_event::MemoryDumpProvider {
|
|
|
| ~ResourcePool() override;
|
|
|
| - Resource* AcquireResource(const gfx::Size& size, ResourceFormat format);
|
| + Resource* AcquireResource(const gfx::Size& desired_size,
|
| + ResourceFormat format);
|
| Resource* TryAcquireResourceWithContentId(uint64 content_id);
|
| void ReleaseResource(Resource* resource, uint64_t content_id);
|
|
|
|
|