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

Unified Diff: cc/output/compositor_frame_sink_unittest.cc

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « cc/output/compositor_frame_sink.cc ('k') | cc/surfaces/direct_compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_sink_unittest.cc
diff --git a/cc/output/compositor_frame_sink_unittest.cc b/cc/output/compositor_frame_sink_unittest.cc
index 4087c5c68a3237b819ffcf304e7c72e0625a13e1..6a72c8d58bbe2f2adf6c6e8e5d8a39709a671d83 100644
--- a/cc/output/compositor_frame_sink_unittest.cc
+++ b/cc/output/compositor_frame_sink_unittest.cc
@@ -21,7 +21,9 @@ class TestCompositorFrameSink : public CompositorFrameSink {
scoped_refptr<TestContextProvider> context_provider,
scoped_refptr<TestContextProvider> worker_context_provider)
: CompositorFrameSink(std::move(context_provider),
- std::move(worker_context_provider)) {}
+ std::move(worker_context_provider),
+ nullptr,
+ nullptr) {}
void SubmitCompositorFrame(CompositorFrame frame) override {
client_->DidReceiveCompositorFrameAck();
« no previous file with comments | « cc/output/compositor_frame_sink.cc ('k') | cc/surfaces/direct_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698