| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index f04a96cc1ee008b738d9d06839497a317f7ea1fc..e39fee0362da621b522c4e892a75e7c0d6baf579 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3304,11 +3304,11 @@ void LayerTreeHostImpl::CreateUIResource(UIResourceId uid,
|
| format = ETC1;
|
| break;
|
| }
|
| - id = resource_provider_->CreateResource(
|
| - bitmap.GetSize(),
|
| - wrap_mode,
|
| - ResourceProvider::TextureUsageAny,
|
| - format);
|
| + id =
|
| + resource_provider_->CreateResource(bitmap.GetSize(),
|
| + wrap_mode,
|
| + ResourceProvider::TextureHintImmutable,
|
| + format);
|
|
|
| UIResourceData data;
|
| data.resource_id = id;
|
|
|