| Index: cc/output/software_renderer.h
|
| diff --git a/cc/output/software_renderer.h b/cc/output/software_renderer.h
|
| index f8573134045073d7196538f77d37e848d28e21b2..912842a6b851c056a220e6ecc48fb4db591f6632 100644
|
| --- a/cc/output/software_renderer.h
|
| +++ b/cc/output/software_renderer.h
|
| @@ -37,7 +37,6 @@
|
|
|
| protected:
|
| bool CanPartialSwap() override;
|
| - ResourceFormat BackbufferFormat() const override;
|
| void BindFramebufferToOutputSurface(DrawingFrame* frame) override;
|
| bool BindFramebufferToTexture(DrawingFrame* frame,
|
| const ScopedResource* texture) override;
|
|
|