| Index: trunk/src/content/renderer/child_frame_compositing_helper.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/child_frame_compositing_helper.h (revision 251280)
|
| +++ trunk/src/content/renderer/child_frame_compositing_helper.h (working copy)
|
| @@ -69,7 +69,7 @@
|
| void EnableCompositing(bool);
|
| void OnContainerDestroy();
|
| void OnBuffersSwapped(const gfx::Size& size,
|
| - const gpu::Mailbox& mailbox,
|
| + const std::string& mailbox_name,
|
| int gpu_route_id,
|
| int gpu_host_id,
|
| float device_scale_factor);
|
|
|