| Index: cc/test/pixel_test_output_surface.h
|
| diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
|
| index f2c5f66c0d93b207eba4558d910c7173977e3355..e0ddcb51fa22fc59710ea5d66a55c0adff0265f7 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -19,7 +19,7 @@ class PixelTestOutputSurface : public OutputSurface {
|
| scoped_refptr<ContextProvider> context_provider,
|
| bool flipped_output_surface);
|
| explicit PixelTestOutputSurface(
|
| - scoped_ptr<SoftwareOutputDevice> software_device);
|
| + std::unique_ptr<SoftwareOutputDevice> software_device);
|
|
|
| void Reshape(const gfx::Size& size, float scale_factor, bool alpha) override;
|
| bool HasExternalStencilTest() const override;
|
|
|