| 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 b18e69fa21af4c4704899439147455a3a7006475..d083cba4fdffa7957d62426b6102edea0d676db8 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -22,9 +22,11 @@ class PixelTestOutputSurface : public OutputSurface {
|
| std::unique_ptr<SoftwareOutputDevice> software_device);
|
| ~PixelTestOutputSurface() override;
|
|
|
| + // OutputSurface implementation.
|
| void Reshape(const gfx::Size& size, float scale_factor, bool alpha) override;
|
| bool HasExternalStencilTest() const override;
|
| void SwapBuffers(CompositorFrame* frame) override;
|
| + uint32_t GetFramebufferCopyTextureFormat() override;
|
|
|
| void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {
|
| surface_expansion_size_ = surface_expansion_size;
|
|
|