| Index: content/public/browser/android/synchronous_compositor.h
|
| diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
|
| index 6f02cfbedd795e2d9c979af368916055050ed61e..5fd768bb8654304d46454a2a85f2edd91b387579 100644
|
| --- a/content/public/browser/android/synchronous_compositor.h
|
| +++ b/content/public/browser/android/synchronous_compositor.h
|
| @@ -62,10 +62,7 @@ class CONTENT_EXPORT SynchronousCompositor {
|
| // "On demand" hardware draw. The content is first clipped to |damage_area|,
|
| // then transformed through |transform|, and finally clipped to |view_size|.
|
| virtual Frame DemandDrawHw(
|
| - const gfx::Size& surface_size,
|
| - const gfx::Transform& transform,
|
| const gfx::Rect& viewport,
|
| - const gfx::Rect& clip,
|
| const gfx::Rect& viewport_rect_for_tile_priority,
|
| const gfx::Transform& transform_for_tile_priority) = 0;
|
|
|
|
|