| 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 a592fdb2a7444af11d55f6bf26ef0d2a86a2a57f..c71b1412256ca52044f8c02be9d2bc5f071b3e6b 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -1264,9 +1264,9 @@ class LayerTreeHostContextTestDontUseLostResources
|
|
|
| ResourceProvider::ResourceId texture = resource_provider->CreateResource(
|
| gfx::Size(4, 4),
|
| - resource_provider->default_resource_type(),
|
| GL_CLAMP_TO_EDGE,
|
| - ResourceProvider::TextureUsageAny);
|
| + ResourceProvider::TextureUsageAny,
|
| + ResourceProvider::RGBA_8888);
|
| ResourceProvider::ScopedWriteLockGL lock(resource_provider, texture);
|
|
|
| gpu::Mailbox mailbox;
|
|
|