| Index: cc/output/renderer.h
|
| diff --git a/cc/output/renderer.h b/cc/output/renderer.h
|
| index 2b5a52c929c0b2cf3f1d0f480503371bcc0392e9..f349295c5b66e01b4a76b533e8cd2643398e423e 100644
|
| --- a/cc/output/renderer.h
|
| +++ b/cc/output/renderer.h
|
| @@ -73,8 +73,7 @@ class CC_EXPORT Renderer {
|
| float device_scale_factor,
|
| const gfx::ColorSpace& device_color_space,
|
| const gfx::Rect& device_viewport_rect,
|
| - const gfx::Rect& device_clip_rect,
|
| - bool disable_picture_quad_image_filtering) = 0;
|
| + const gfx::Rect& device_clip_rect) = 0;
|
|
|
| // Waits for rendering to finish.
|
| virtual void Finish() = 0;
|
|
|