| Index: content/browser/browser_plugin/browser_plugin_guest_manager.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest_manager.h b/content/browser/browser_plugin/browser_plugin_guest_manager.h
|
| index a41dfc491f6b92d534ab8d57990c3530cc53b448..6362af316942ffaae43f27259454ff86ddec939b 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest_manager.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest_manager.h
|
| @@ -22,6 +22,10 @@ namespace gfx {
|
| class Point;
|
| }
|
|
|
| +namespace gpu {
|
| +struct Mailbox;
|
| +}
|
| +
|
| namespace IPC {
|
| class Message;
|
| } // namespace IPC
|
| @@ -92,7 +96,7 @@ class CONTENT_EXPORT BrowserPluginGuestManager :
|
| void OnUnhandledSwapBuffersACK(int instance_id,
|
| int route_id,
|
| int gpu_host_id,
|
| - const std::string& mailbox_name,
|
| + const gpu::Mailbox& mailbox_name,
|
| uint32 sync_point);
|
|
|
| // Static factory instance (always NULL outside of tests).
|
|
|