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

Unified Diff: services/ui/surfaces/direct_output_surface_ozone.cc

Issue 2403373002: cc: Clean up OutputSurfaceClient. (Closed)
Patch Set: osclient: rebase Created 4 years, 2 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
« no previous file with comments | « services/ui/surfaces/direct_output_surface.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/direct_output_surface_ozone.cc
diff --git a/services/ui/surfaces/direct_output_surface_ozone.cc b/services/ui/surfaces/direct_output_surface_ozone.cc
index eb37ad78ede24dda71c3be57c5507bca5b508255..22fbe008ae68aeaa54929f11a1175d195e251e32 100644
--- a/services/ui/surfaces/direct_output_surface_ozone.cc
+++ b/services/ui/surfaces/direct_output_surface_ozone.cc
@@ -172,7 +172,7 @@ void DirectOutputSurfaceOzone::OnGpuSwapBuffersCompleted(
}
buffer_queue_->PageFlipComplete();
- client_->DidSwapBuffersComplete();
+ client_->DidReceiveSwapBuffersAck();
if (force_swap)
client_->SetNeedsRedrawRect(gfx::Rect(swap_size_));
« no previous file with comments | « services/ui/surfaces/direct_output_surface.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698