| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 8d6a1098f68189d73af71ab1a747ce7fe3ddda96..9c19b3438c92e058784504ab77222b5cba4a0357 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -347,7 +347,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>(
|
|
|