| 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 870b65d89ba7b123085028c34359d4afbf122131..e78eb9f2e2e783926c1d9417c6400398cf61ba37 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1629,7 +1629,9 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| return false;
|
|
|
| scoped_ptr<ResourceProvider> resource_provider = ResourceProvider::Create(
|
| - output_surface.get(), settings_.highp_threshold_min);
|
| + output_surface.get(),
|
| + settings_.highp_threshold_min,
|
| + settings_.use_rgba_4444_textures);
|
| if (!resource_provider)
|
| return false;
|
|
|
|
|