Index: cc/test/fake_output_surface.cc |
diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc |
index d54d2d133d950acec3db592fa09c9c91b1d1e94b..f47f50b678a356067477712e0cdf10f15a7079bf 100644 |
--- a/cc/test/fake_output_surface.cc |
+++ b/cc/test/fake_output_surface.cc |
@@ -46,7 +46,9 @@ FakeOutputSurface::FakeOutputSurface( |
scoped_refptr<ContextProvider> context_provider, |
scoped_ptr<SoftwareOutputDevice> software_device, |
bool delegated_rendering) |
- : OutputSurface(context_provider, software_device.Pass()), |
+ : OutputSurface(context_provider, |
+ scoped_refptr<ContextProvider>(), |
+ software_device.Pass()), |
client_(NULL), |
num_sent_frames_(0), |
has_external_stencil_test_(false), |