Index: cc/resources/prioritized_resource_manager.cc |
diff --git a/cc/resources/prioritized_resource_manager.cc b/cc/resources/prioritized_resource_manager.cc |
index 81af9fbf6dcd41fd62741fb8775883b427bf412e..54ed3089cee2709f954732bcbf523659aed40a6d 100644 |
--- a/cc/resources/prioritized_resource_manager.cc |
+++ b/cc/resources/prioritized_resource_manager.cc |
@@ -455,7 +455,7 @@ PrioritizedResource::Backing* PrioritizedResourceManager::CreateBacking( |
size, |
GL_TEXTURE_2D, |
GL_CLAMP_TO_EDGE, |
- ResourceProvider::TextureUsageAny, |
+ ResourceProvider::TextureHintImmutable, |
format); |
PrioritizedResource::Backing* backing = new PrioritizedResource::Backing( |
resource_id, resource_provider, size, format); |