Index: content/renderer/child_frame_compositing_helper.h |
diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h |
index 686d9a2eb894889d93ffd2a8874ea9e83798765d..1ec0585360b7375dc69fcd9ff4aaf170443d4a33 100644 |
--- a/content/renderer/child_frame_compositing_helper.h |
+++ b/content/renderer/child_frame_compositing_helper.h |
@@ -69,7 +69,7 @@ class CONTENT_EXPORT ChildFrameCompositingHelper |
void EnableCompositing(bool); |
void OnContainerDestroy(); |
void OnBuffersSwapped(const gfx::Size& size, |
- const std::string& mailbox_name, |
+ const gpu::Mailbox& mailbox, |
int gpu_route_id, |
int gpu_host_id, |
float device_scale_factor); |