| 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 0b878363b2bab573c0673b8c008c1d0c36ade849..8faf970a265ecbc68faaebadbc9dfea4608a299d 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1436,7 +1436,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(),
|
|
|