| 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 3de40c75cab370b5258b4b7660e31475ced04ff0..73a3779a69e2f817657da7ebdf484ffe26b0a581 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -95,8 +95,6 @@ class SynchronousCompositorOutputSurface
|
| void InvokeComposite(const gfx::Transform& transform,
|
| gfx::Rect viewport,
|
| gfx::Rect clip,
|
| - gfx::Rect viewport_rect_for_tile_priority,
|
| - gfx::Transform transform_for_tile_priority,
|
| bool hardware_draw);
|
| bool CalledOnValidThread() const;
|
|
|
| @@ -107,13 +105,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_;
|
|
|
|
|