Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 41c84fd1e580c8da8c3e9c053b459fd9c0776226..75db98286eae20f2800354d3a6bdeb47e4dfaaab 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -1089,4 +1089,8 @@ void GpuCommandBufferStub::SwapBuffersCompleted( |
Send(new GpuCommandBufferMsg_SwapBuffersCompleted(route_id_, latency_info)); |
} |
+void GpuCommandBufferStub::PageFlipCompleted() { |
+ Send(new GpuCommandBufferMsg_PageFlipCompleted(route_id_)); |
+} |
+ |
} // namespace content |