| Index: chrome/common/plugin_messages_internal.h
|
| diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h
|
| index a83b41a482840c7359beeec16a577ef933974ea7..6cee7045a5fa5bb033ab78bdb08e9ee3e9ccc907 100644
|
| --- a/chrome/common/plugin_messages_internal.h
|
| +++ b/chrome/common/plugin_messages_internal.h
|
| @@ -438,7 +438,7 @@ IPC_BEGIN_MESSAGES(PluginHost)
|
| gfx::PluginWindowHandle /* window */,
|
| int32 /* width */,
|
| int32 /* height */,
|
| - uint64 /* identifier for IOSurface */)
|
| + uint64 /* surface_id */)
|
|
|
|
|
| // On the Mac, shared memory can't be allocated in the sandbox, so
|
| @@ -458,8 +458,9 @@ IPC_BEGIN_MESSAGES(PluginHost)
|
| // browser process) that the plug-in swapped the buffers associated
|
| // with the given "window", which should cause the browser to redraw
|
| // the various plug-ins' contents.
|
| - IPC_MESSAGE_ROUTED1(PluginHostMsg_AcceleratedSurfaceBuffersSwapped,
|
| - gfx::PluginWindowHandle /* window */)
|
| + IPC_MESSAGE_ROUTED2(PluginHostMsg_AcceleratedSurfaceBuffersSwapped,
|
| + gfx::PluginWindowHandle /* window */,
|
| + uint64 /* surface_id */)
|
| #endif
|
|
|
| IPC_END_MESSAGES(PluginHost)
|
|
|