diff options
Diffstat (limited to 'cc/test/pixel_test_output_surface.cc')
-rw-r--r-- | cc/test/pixel_test_output_surface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/pixel_test_output_surface.cc b/cc/test/pixel_test_output_surface.cc index 1ea89e2..e3f62bd 100644 --- a/cc/test/pixel_test_output_surface.cc +++ b/cc/test/pixel_test_output_surface.cc @@ -14,7 +14,7 @@ PixelTestOutputSurface::PixelTestOutputSurface( : OutputSurface(context_provider), external_stencil_test_(false) {} PixelTestOutputSurface::PixelTestOutputSurface( - scoped_ptr<cc::SoftwareOutputDevice> software_device) + scoped_ptr<SoftwareOutputDevice> software_device) : OutputSurface(software_device.Pass()), external_stencil_test_(false) {} void PixelTestOutputSurface::Reshape(gfx::Size size, float scale_factor) { |