Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1935)

Unified Diff: content/renderer/gpu/mailbox_output_surface.cc

Issue 15836005: cc: Emulate BeginFrame in OutputSurfaces that don't support it natively (Closed) Base URL: http://git.chromium.org/chromium/src.git@nofrc
Patch Set: Fix checkerboard; Track pending swaps; Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« cc/trees/thread_proxy.cc ('K') | « content/renderer/gpu/compositor_output_surface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698