| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index daa6d5cd24eb1bedd9b9af925b5bd77e851b900f..23590058bd8b8e0645beec2540615716d8880822 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -350,7 +350,7 @@ class LayoutTestDependenciesImpl : public LayoutTestDependencies,
|
| ScreenInfo dummy_screen_info;
|
| cc::LayerTreeSettings settings =
|
| RenderWidgetCompositor::GenerateLayerTreeSettings(
|
| - *base::CommandLine::ForCurrentProcess(), deps, 1.f,
|
| + *base::CommandLine::ForCurrentProcess(), deps, 1.f, false,
|
| dummy_screen_info);
|
|
|
| auto compositor_frame_sink = base::MakeUnique<cc::TestCompositorFrameSink>(
|
|
|