| Index: chrome/common/render_messages_internal.h | 
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h | 
| index 5bfb341678b61e7fdeb7dde3bbb961e052301dd6..44fcfb581321eab2f01658b0d4238c6869785818 100644 | 
| --- a/chrome/common/render_messages_internal.h | 
| +++ b/chrome/common/render_messages_internal.h | 
| @@ -2060,8 +2060,9 @@ IPC_BEGIN_MESSAGES(ViewHost) | 
| // is reused for rendering the accelerated compositor's output. | 
| // |root| indicates whether the output is supposed to cover the | 
| // entire window. | 
| -  IPC_SYNC_MESSAGE_ROUTED2_1(ViewHostMsg_AllocateFakePluginWindowHandle, | 
| +  IPC_SYNC_MESSAGE_ROUTED3_1(ViewHostMsg_AllocateFakePluginWindowHandle, | 
| bool /* opaque */, | 
| +                             bool /* can_draw_transparent */, | 
| bool /* root */, | 
| gfx::PluginWindowHandle /* id */) | 
|  | 
|  |