| 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 ec7a828665602ea19b6bb7c239579c863b04f2b9..e9052fe7651469981a1a4ea86b3208712d416933 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -12,8 +12,8 @@ namespace cc {
|
| class PixelTestOutputSurface : public OutputSurface {
|
| public:
|
| explicit PixelTestOutputSurface(
|
| - scoped_ptr<WebKit::WebGraphicsContext3D> context3d)
|
| - : OutputSurface(context3d.Pass()) {}
|
| + scoped_refptr<ContextProvider> context_provider)
|
| + : OutputSurface(context_provider) {}
|
| explicit PixelTestOutputSurface(
|
| scoped_ptr<cc::SoftwareOutputDevice> software_device)
|
| : OutputSurface(software_device.Pass()) {}
|
|
|