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

Unified Diff: cc/test/fake_compositor_frame_sink_client.cc

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
« no previous file with comments | « cc/test/fake_compositor_frame_sink_client.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_compositor_frame_sink_client.cc
diff --git a/cc/test/fake_compositor_frame_sink_client.cc b/cc/test/fake_compositor_frame_sink_client.cc
index 0e7ad846539f74e2190e2e0a86cfca9b5f26876f..4e7ba1293ffa3cd4212a879f1959e888fdb43c9b 100644
--- a/cc/test/fake_compositor_frame_sink_client.cc
+++ b/cc/test/fake_compositor_frame_sink_client.cc
@@ -7,8 +7,8 @@
namespace cc {
-void FakeCompositorFrameSinkClient::DidSwapBuffersComplete() {
- swap_count_++;
+void FakeCompositorFrameSinkClient::DidReceiveCompositorFrameAck() {
+ ack_count_++;
}
void FakeCompositorFrameSinkClient::DidLoseCompositorFrameSink() {
« no previous file with comments | « cc/test/fake_compositor_frame_sink_client.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698