Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index 0ed95a0ed0c0963722f3999924b8b28839cac0fe..99cc167fb81b59a88c8dc37c5e64df5278c21f47 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -456,9 +456,10 @@ class RenderWidgetHostViewAura |
typedef base::Callback<void(bool, const scoped_refptr<ui::Texture>&)> |
BufferPresentedCallback; |
- // The common entry point for full buffer updates from renderer |
+ // The common entry point for buffer updates from renderer |
// and GPU process. |
- void BuffersSwapped(const gfx::Size& size, |
+ void BuffersSwapped(const gfx::Size& surface_size, |
+ const gfx::Rect& damage_rect, |
float surface_scale_factor, |
const std::string& mailbox_name, |
const ui::LatencyInfo& latency_info, |