summaryrefslogtreecommitdiffstats
path: root/cc/resources/prioritized_resource_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/prioritized_resource_manager.cc')
-rw-r--r--cc/resources/prioritized_resource_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/prioritized_resource_manager.cc b/cc/resources/prioritized_resource_manager.cc
index da8f055..707ad77 100644
--- a/cc/resources/prioritized_resource_manager.cc
+++ b/cc/resources/prioritized_resource_manager.cc
@@ -445,7 +445,7 @@ void PrioritizedResourceManager::ReturnBackingTexture(
}
PrioritizedResource::Backing* PrioritizedResourceManager::CreateBacking(
- gfx::Size size,
+ const gfx::Size& size,
ResourceFormat format,
ResourceProvider* resource_provider) {
DCHECK(proxy_->IsImplThread() && proxy_->IsMainThreadBlocked());