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

Unified Diff: services/ui/surfaces/direct_output_surface.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
Index: services/ui/surfaces/direct_output_surface.cc
diff --git a/services/ui/surfaces/direct_output_surface.cc b/services/ui/surfaces/direct_output_surface.cc
index ed7d6b897da1b5d9970551c4471126f607b89b3b..e8937281f958e259c09baf50dcd2261d88cc9070 100644
--- a/services/ui/surfaces/direct_output_surface.cc
+++ b/services/ui/surfaces/direct_output_surface.cc
@@ -20,7 +20,7 @@ namespace ui {
DirectOutputSurface::DirectOutputSurface(
scoped_refptr<SurfacesContextProvider> context_provider,
cc::SyntheticBeginFrameSource* synthetic_begin_frame_source)
- : cc::OutputSurface(context_provider, nullptr, nullptr),
+ : cc::OutputSurface(context_provider),
synthetic_begin_frame_source_(synthetic_begin_frame_source),
weak_ptr_factory_(this) {
context_provider->SetDelegate(this);
« no previous file with comments | « services/ui/public/cpp/compositor_frame_sink.cc ('k') | services/ui/surfaces/direct_output_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698