| 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 c1166fc80e8343914beffec432a9e6a1651ee884..88d9e7690aa2b10517df60b2062bfb5b11668ea3 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.cc
|
| +++ b/content/renderer/gpu/mailbox_output_surface.cc
|
| @@ -184,6 +184,7 @@ void MailboxOutputSurface::OnSwapAck(const cc::CompositorFrameAck& ack) {
|
| }
|
|
|
| void MailboxOutputSurface::SwapBuffers(const ui::LatencyInfo&) {
|
| + NOTIMPLEMENTED();
|
| }
|
|
|
| void MailboxOutputSurface::PostSubBuffer(gfx::Rect rect,
|
|
|