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

Unified Diff: blimp/client/support/compositor/blimp_embedder_compositor.cc

Issue 2349743004: cc: Remove things from OutputSurface and CompositorFrameSink. (Closed)
Patch Set: delete-stuff-cfs: comment-and-rebase Created 4 years, 3 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 | « blimp/client/core/compositor/blimp_compositor_frame_sink.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/compositor/blimp_embedder_compositor.cc
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.cc b/blimp/client/support/compositor/blimp_embedder_compositor.cc
index 33d082c8659e6dc2937a82411098253c164eb9c8..d4708a43f451b83cb3894266b5483ec55cf7a4d3 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.cc
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.cc
@@ -42,7 +42,7 @@ class DisplayOutputSurface : public cc::OutputSurface {
public:
explicit DisplayOutputSurface(
scoped_refptr<cc::ContextProvider> context_provider)
- : cc::OutputSurface(std::move(context_provider), nullptr, nullptr) {}
+ : cc::OutputSurface(std::move(context_provider)) {}
~DisplayOutputSurface() override = default;
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_frame_sink.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698