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

Unified Diff: blimp/client/support/compositor/blimp_embedder_compositor.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 | « no previous file | cc/output/output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/compositor/blimp_embedder_compositor.cc
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.cc b/blimp/client/support/compositor/blimp_embedder_compositor.cc
index df43a62ad17ab914068cb17bc42541461f2d154d..f8116dced4d77d54370a5aa925b4dfe935741825 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.cc
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.cc
@@ -88,7 +88,7 @@ class DisplayOutputSurface : public cc::OutputSurface {
void ApplyExternalStencil() override {}
private:
- void SwapBuffersCallback() { client_->DidSwapBuffersComplete(); }
+ void SwapBuffersCallback() { client_->DidReceiveSwapBuffersAck(); }
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
base::WeakPtrFactory<DisplayOutputSurface> weak_ptr_factory_;
« no previous file with comments | « no previous file | cc/output/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698