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

Unified Diff: content/test/layouttest_support.cc

Issue 2785533003: Animated scroll shouldn't consume unhandled scrolls for OOPIFs. (Closed)
Patch Set: Address nits, add comments. 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 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>(
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698