| Index: content/browser/browser_plugin/browser_plugin_guest_manager.cc
|
| ===================================================================
|
| --- content/browser/browser_plugin/browser_plugin_guest_manager.cc (revision 186756)
|
| +++ content/browser/browser_plugin/browser_plugin_guest_manager.cc (working copy)
|
| @@ -211,7 +211,7 @@
|
| int instance_id,
|
| int route_id,
|
| int gpu_host_id,
|
| - const gpu::Mailbox& mailbox_name,
|
| + const std::string& mailbox_name,
|
| uint32 sync_point) {
|
| BrowserPluginGuest::AcknowledgeBufferPresent(route_id,
|
| gpu_host_id,
|
|
|