| 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 87a390aa028babe2f2374c6ca5e4e1940bf05c1d..eeab34e69f7db07f498f0e40f47ddd4ec6c60a89 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1399,7 +1399,8 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| renderer_ = GLRenderer::Create(this,
|
| output_surface.get(),
|
| resource_provider.get(),
|
| - settings_.highp_threshold_min);
|
| + settings_.highp_threshold_min,
|
| + settings_.force_direct_layer_drawing);
|
| } else if (output_surface->software_device()) {
|
| renderer_ = SoftwareRenderer::Create(this,
|
| output_surface.get(),
|
|
|