Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3526)

Unified Diff: content/test/layouttest_support.cc

Issue 2785533003: Animated scroll shouldn't consume unhandled scrolls for OOPIFs. (Closed)
Patch Set: Fix Android compile. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>(

Powered by Google App Engine
This is Rietveld 408576698