| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 167b65a0a2ecfb629fab2472949b5bc59ddf238a..8a423cbf22c10d4883a41e0a0ffd2584c63b64c6 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -3561,7 +3561,7 @@ class BlendStateCheckLayer : public LayerImpl {
|
| resource_id_(resource_provider->CreateResource(
|
| gfx::Size(1, 1),
|
| GL_CLAMP_TO_EDGE,
|
| - ResourceProvider::TextureUsageAny,
|
| + ResourceProvider::TextureHintImmutable,
|
| RGBA_8888)) {
|
| resource_provider->AllocateForTesting(resource_id_);
|
| SetBounds(gfx::Size(10, 10));
|
|
|