| Index: content/renderer/android/synchronous_compositor_output_surface.h
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h
|
| index eb68e5029de4dae9221fd31afb790c32a2b4b227..16320cdb13d6f665c99a6947ac5acc6b37dc9e1a 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -97,8 +97,6 @@ class SynchronousCompositorOutputSurface
|
| void InvokeComposite(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,
|
| bool hardware_draw);
|
| bool CalledOnValidThread() const;
|
|
|
| @@ -109,13 +107,6 @@ class SynchronousCompositorOutputSurface
|
| // Not owned.
|
| SynchronousCompositorOutputSurfaceClient* sync_client_;
|
|
|
| - gfx::Transform cached_hw_transform_;
|
| - gfx::Rect cached_hw_viewport_;
|
| - gfx::Rect cached_hw_clip_;
|
| - gfx::Rect cached_hw_viewport_rect_for_tile_priority_;
|
| - gfx::Transform cached_hw_transform_for_tile_priority_;
|
| - bool next_hardware_draw_needs_damage_;
|
| -
|
| // Only valid (non-NULL) during a DemandDrawSw() call.
|
| SkCanvas* current_sw_canvas_;
|
|
|
|
|