| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index bf625f481a3588ff54990ed7fc02175dee922062..bc6753958baf00e6dfe660d2162192070e8c6326 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -56,7 +56,6 @@ class CC_EXPORT OutputSurfaceClient {
|
| // This allows the output surface to ask its client for a draw.
|
| virtual void OnDraw(const gfx::Transform& transform,
|
| const gfx::Rect& viewport,
|
| - const gfx::Rect& clip,
|
| bool resourceless_software_draw) = 0;
|
|
|
| protected:
|
|
|