| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 16196ee8a3d6eb31814bc613514323c79da7f4b9..c250b0c6bb9154ff79f0f48bfd0b94fdc355c9c2 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -1265,6 +1265,7 @@ class LayerTreeHostContextTestDontUseLostResources
|
| ResourceProvider::ResourceId texture = resource_provider->CreateResource(
|
| gfx::Size(4, 4),
|
| resource_provider->default_resource_type(),
|
| + GL_CLAMP_TO_EDGE,
|
| ResourceProvider::TextureUsageAny);
|
| ResourceProvider::ScopedWriteLockGL lock(resource_provider, texture);
|
|
|
|
|