| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 82af22cdaf15685295f60a364fecbc36ebe690b7..6b0927003e2ba2b7b38b9c48bbf0747211f3aefc 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -262,7 +262,8 @@ IPC_MESSAGE_ROUTED2(AcceleratedSurfaceMsg_SetFrontSurfaceIsProtected,
|
| // Tells the GPU process that the browser process has handled the swap
|
| // buffers or post sub-buffer request. A non-zero sync point means
|
| // that we should wait for the sync point.
|
| -IPC_MESSAGE_ROUTED1(AcceleratedSurfaceMsg_BufferPresented,
|
| +IPC_MESSAGE_ROUTED2(AcceleratedSurfaceMsg_BufferPresented,
|
| + bool /* presented */,
|
| uint32 /* sync_point */)
|
|
|
| // Tells the GPU process to remove all contexts.
|
|
|