| Index: content/renderer/browser_plugin/browser_plugin.h
|
| ===================================================================
|
| --- content/renderer/browser_plugin/browser_plugin.h (revision 186756)
|
| +++ content/renderer/browser_plugin/browser_plugin.h (working copy)
|
| @@ -26,10 +26,6 @@
|
| struct BrowserPluginMsg_LoadCommit_Params;
|
| struct BrowserPluginMsg_UpdateRect_Params;
|
|
|
| -namespace gpu {
|
| -struct Mailbox;
|
| -}
|
| -
|
| namespace content {
|
|
|
| class BrowserPluginCompositingHelper;
|
| @@ -310,7 +306,7 @@
|
| void OnAdvanceFocus(int instance_id, bool reverse);
|
| void OnBuffersSwapped(int instance_id,
|
| const gfx::Size& size,
|
| - gpu::Mailbox mailbox_name,
|
| + std::string mailbox_name,
|
| int gpu_route_id,
|
| int gpu_host_id);
|
| void OnGuestContentWindowReady(int instance_id,
|
|
|