| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 3f373bbc46f41b570cf1d4a4a15ee27f3d2ce45a..4fbf36f14777436e2b49fd4cc81fd075f7d91e8b 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -556,6 +556,9 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Destroyed,
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SwapBuffersCompleted,
|
| std::vector<ui::LatencyInfo> /* latency_info */)
|
|
|
| +// Tells the browser that PageFlip returned.
|
| +IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_PageFlipCompleted)
|
| +
|
| // Send to stub on surface visibility change.
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool /* visible */)
|
|
|
|
|