| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| ===================================================================
|
| --- content/browser/browser_plugin/browser_plugin_guest.cc (revision 186756)
|
| +++ content/browser/browser_plugin/browser_plugin_guest.cc (working copy)
|
| @@ -445,7 +445,7 @@
|
| void BrowserPluginGuest::AcknowledgeBufferPresent(
|
| int route_id,
|
| int gpu_host_id,
|
| - const gpu::Mailbox& mailbox_name,
|
| + const std::string& mailbox_name,
|
| uint32 sync_point) {
|
| AcceleratedSurfaceMsg_BufferPresented_Params ack_params;
|
| ack_params.mailbox_name = mailbox_name;
|
| @@ -714,7 +714,7 @@
|
| void BrowserPluginGuest::OnSwapBuffersACK(int instance_id,
|
| int route_id,
|
| int gpu_host_id,
|
| - const gpu::Mailbox& mailbox_name,
|
| + const std::string& mailbox_name,
|
| uint32 sync_point) {
|
| AcknowledgeBufferPresent(route_id, gpu_host_id, mailbox_name, sync_point);
|
|
|
|
|