Chromium Code Reviews| Index: components/mus/surfaces/direct_output_surface.cc |
| diff --git a/components/mus/surfaces/direct_output_surface.cc b/components/mus/surfaces/direct_output_surface.cc |
| index 5fd3ab692634eb57ba20b6096ad5adbd7dd01303..09e17003ec3ec19b0baf4ed56ba9c6ba9b58bba9 100644 |
| --- a/components/mus/surfaces/direct_output_surface.cc |
| +++ b/components/mus/surfaces/direct_output_surface.cc |
| @@ -18,7 +18,7 @@ namespace mus { |
| DirectOutputSurface::DirectOutputSurface( |
| scoped_refptr<SurfacesContextProvider> context_provider, |
| base::SingleThreadTaskRunner* task_runner) |
| - : cc::OutputSurface(context_provider), |
| + : cc::OutputSurface(context_provider, nullptr, nullptr), |
|
rjkroege
2016/05/23 21:30:07
Perhaps DirectOutputSurfaceOzone's invocation of c
danakj
2016/05/23 21:30:46
Ya probably, I didn't try to build ozone locally.
|
| synthetic_begin_frame_source_(new cc::SyntheticBeginFrameSource( |
| task_runner, |
| cc::BeginFrameArgs::DefaultInterval())), |