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

Unified Diff: cc/test/test_compositor_frame_sink.h

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: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index dad6c042b01d1b62cc288503f823ba74a1829b34..cbab0121c1397263c8449bd4e2d9244afbbfdee1 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -57,7 +57,8 @@ class TestCompositorFrameSink : public CompositorFrameSink,
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
const RendererSettings& renderer_settings,
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- bool synchronous_composite);
+ bool synchronous_composite,
+ bool disable_display_vsync);
~TestCompositorFrameSink() override;
// This client must be set before BindToClient() happens.
@@ -101,6 +102,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
void SendCompositorFrameAckToClient();
const bool synchronous_composite_;
+ const bool disable_display_vsync_;
const RendererSettings renderer_settings_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;

Powered by Google App Engine
This is Rietveld 408576698