summaryrefslogtreecommitdiffstats
path: root/cc/output/software_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/software_renderer.h')
-rw-r--r--cc/output/software_renderer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/output/software_renderer.h b/cc/output/software_renderer.h
index 19143a5..208b051 100644
--- a/cc/output/software_renderer.h
+++ b/cc/output/software_renderer.h
@@ -43,8 +43,7 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer {
protected:
void BindFramebufferToOutputSurface(DrawingFrame* frame) override;
bool BindFramebufferToTexture(DrawingFrame* frame,
- const ScopedResource* texture,
- const gfx::Rect& target_rect) override;
+ const ScopedResource* texture) override;
void SetScissorTestRect(const gfx::Rect& scissor_rect) override;
void PrepareSurfaceForPass(DrawingFrame* frame,
SurfaceInitializationMode initialization_mode,