| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 5da93328871cfcf7d7d054241a232e204e83c67e..c8678023dbf9240dc0e86ac1828d166e1af5880d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -36,6 +36,7 @@
|
|
|
| class WebCursor;
|
| struct AcceleratedSurfaceMsg_BufferPresented_Params;
|
| +struct ViewHostMsg_CompositorSurfaceBuffersSwapped_Params;
|
| struct ViewHostMsg_UpdateRect_Params;
|
| struct ViewHostMsg_TextInputState_Params;
|
| struct ViewHostMsg_BeginSmoothScroll_Params;
|
| @@ -607,11 +608,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| void OnSetTooltipText(const string16& tooltip_text,
|
| WebKit::WebTextDirection text_direction_hint);
|
| void OnPaintAtSizeAck(int tag, const gfx::Size& size);
|
| - void OnCompositorSurfaceBuffersSwapped(int32 surface_id,
|
| - uint64 surface_handle,
|
| - int32 route_id,
|
| - const gfx::Size& size,
|
| - int32 gpu_process_host_id);
|
| + void OnCompositorSurfaceBuffersSwapped(
|
| + const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params);
|
| bool OnSwapCompositorFrame(const IPC::Message& message);
|
| void OnOverscrolled(gfx::Vector2dF accumulated_overscroll,
|
| gfx::Vector2dF current_fling_velocity);
|
|
|