| Index: cc/resources/prioritized_resource_manager.cc
|
| diff --git a/cc/resources/prioritized_resource_manager.cc b/cc/resources/prioritized_resource_manager.cc
|
| index ece04b11050f37f2f21ddd05e1835c7035a5e16d..8efe143592cf5bf19287c3235293734b67126a87 100644
|
| --- a/cc/resources/prioritized_resource_manager.cc
|
| +++ b/cc/resources/prioritized_resource_manager.cc
|
| @@ -447,6 +447,7 @@ PrioritizedResource::Backing* PrioritizedResourceManager::CreateBacking(
|
| ResourceProvider::ResourceId resource_id =
|
| resource_provider->CreateManagedResource(
|
| size,
|
| + GL_TEXTURE_2D,
|
| GL_CLAMP_TO_EDGE,
|
| ResourceProvider::TextureUsageAny,
|
| format);
|
|
|