| 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 7c725f07e0ed13762a09a2d7443442f2b0391fc8..a58e2c4b95e78423be7c2577052734669afd05f2 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -12,7 +12,8 @@ namespace cc {
|
| class PixelTestOutputSurface : public OutputSurface {
|
| public:
|
| explicit PixelTestOutputSurface(
|
| - scoped_refptr<ContextProvider> context_provider);
|
| + scoped_refptr<ContextProvider> context_provider,
|
| + bool flipped_output_surface);
|
| explicit PixelTestOutputSurface(
|
| scoped_ptr<SoftwareOutputDevice> software_device);
|
|
|
|
|