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

Unified Diff: content/test/layouttest_support.cc

Issue 2854953006: Move disable_display_vsync out of RendererSettings (Closed)
Patch Set: Fix LayoutTestSupport 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 74071e642e78f8924e747efcdd7e45ed35e24306..2c105459c055eb1ea3b2c2c34deaf76bc6639505 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -350,7 +350,7 @@ class LayoutTestDependenciesImpl : public LayoutTestDependencies,
std::move(compositor_context_provider),
std::move(worker_context_provider), nullptr /* shared_bitmap_manager */,
gpu_memory_buffer_manager, settings.renderer_settings, task_runner,
- synchronous_composite);
+ synchronous_composite, false);
danakj 2017/05/04 15:36:36 /* disable_display_vsync */ or use a local var
Alex Z. 2017/05/04 18:41:56 Done.
compositor_frame_sink->SetClient(this);
compositor_frame_sinks_[routing_id] = compositor_frame_sink.get();
return std::move(compositor_frame_sink);

Powered by Google App Engine
This is Rietveld 408576698