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 65a2767c1c09170c8550085dde0e62f61207df4b..87494cf533d52835c3a6110e7098a4758079293e 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -635,6 +635,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params); |
#endif |
bool OnSwapCompositorFrame(const IPC::Message& message); |
+ void OnDeliverPayload(const IPC::Message& payload); |
void OnFlingingStopped(); |
void OnUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |
void OnUpdateIsDelayed(); |