Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 773ebc571792c40d6fdc909710c055e569ec4c4e..dff4959945281cd709f4a3fa39d3c055dd6f02f1 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -20,6 +20,7 @@ |
#include "ui/surface/transport_dib.h" |
class CommandLine; |
+struct ViewHostMsg_CompositorSurfaceBuffersSwapped_Params; |
namespace base { |
class MessageLoop; |
@@ -215,11 +216,8 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
// CompositorSurfaceBuffersSwapped handler when there's no RWH. |
- void OnCompositorSurfaceBuffersSwappedNoHost(int32 surface_id, |
- uint64 surface_handle, |
- int32 route_id, |
- const gfx::Size& size, |
- int32 gpu_process_host_id); |
+ void OnCompositorSurfaceBuffersSwappedNoHost( |
+ const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params); |
// Generates a command line to be used to spawn a renderer and appends the |
// results to |*command_line|. |