| Index: content/renderer/gpu/mailbox_output_surface.cc
|
| diff --git a/content/renderer/gpu/mailbox_output_surface.cc b/content/renderer/gpu/mailbox_output_surface.cc
|
| index b4196ad9b35c587155a988154ca24e86695e875e..73213340350b0ea99d1656fa279b9996e20d518e 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.cc
|
| +++ b/content/renderer/gpu/mailbox_output_surface.cc
|
| @@ -198,6 +198,7 @@ void MailboxOutputSurface::OnSwapAck(const cc::CompositorFrameAck& ack) {
|
| }
|
|
|
| void MailboxOutputSurface::SwapBuffers(const ui::LatencyInfo&) {
|
| + DCHECK(GetNumAcksPending() < 2);
|
| }
|
|
|
| void MailboxOutputSurface::PostSubBuffer(gfx::Rect rect,
|
|
|