| Index: cc/test/pixel_test_output_surface.cc
|
| diff --git a/cc/test/pixel_test_output_surface.cc b/cc/test/pixel_test_output_surface.cc
|
| index 421afc03a7343e340766f4073be7fefbc0ab01f2..883f809a8bdb3ea3a5092cb87f980264271534c9 100644
|
| --- a/cc/test/pixel_test_output_surface.cc
|
| +++ b/cc/test/pixel_test_output_surface.cc
|
| @@ -28,7 +28,7 @@ PixelTestOutputSurface::PixelTestOutputSurface(
|
| }
|
|
|
| PixelTestOutputSurface::PixelTestOutputSurface(
|
| - scoped_ptr<SoftwareOutputDevice> software_device)
|
| + std::unique_ptr<SoftwareOutputDevice> software_device)
|
| : OutputSurface(std::move(software_device)),
|
| external_stencil_test_(false) {}
|
|
|
|
|