| Index: cc/output/software_renderer.h
|
| diff --git a/cc/output/software_renderer.h b/cc/output/software_renderer.h
|
| index ae8beb4864a8bc4f12390cca00cdf61549c52212..74f328edc0112cdb9aef0432d414a1f907d4d389 100644
|
| --- a/cc/output/software_renderer.h
|
| +++ b/cc/output/software_renderer.h
|
| @@ -46,7 +46,6 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer {
|
| bool BindFramebufferToTexture(DrawingFrame* frame,
|
| const ScopedResource* texture,
|
| const gfx::Rect& target_rect) override;
|
| - void SetDrawViewport(const gfx::Rect& window_space_viewport) override;
|
| void SetScissorTestRect(const gfx::Rect& scissor_rect) override;
|
| void PrepareSurfaceForPass(DrawingFrame* frame,
|
| SurfaceInitializationMode initialization_mode,
|
|
|