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

Unified Diff: blimp/client/support/compositor/blimp_embedder_compositor.h

Issue 2409923002: cc: Rename SwapBuffers on CompositorFrameSink to SubmitCompositorFrame (Closed)
Patch Set: swap-to-submit: 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
Index: blimp/client/support/compositor/blimp_embedder_compositor.h
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.h b/blimp/client/support/compositor/blimp_embedder_compositor.h
index 687559c1fff206d3636a3891fec08cb91632109d..33116f61f3a6e9084f224c088e1c3d28595567f5 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.h
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.h
@@ -64,7 +64,7 @@ class BlimpEmbedderCompositor : public cc::LayerTreeHostClient,
void WillCommit() override {}
void DidCommit() override {}
void DidCommitAndDrawFrame() override {}
- void DidCompleteSwapBuffers() override {}
+ void DidReceiveCompositorFrameAck() override {}
void DidCompletePageScaleAnimation() override {}
// LayerTreeHostSingleThreadClient implementation.
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_frame_sink_unittest.cc ('k') | cc/blimp/layer_tree_host_remote.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698