| 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 4438baef3839744fdc00431789d462d4e7cd2db5..3de40c75cab370b5258b4b7660e31475ced04ff0 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -112,6 +112,7 @@ class SynchronousCompositorOutputSurface
|
| 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_;
|
|
|