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

Unified Diff: cc/test/layer_tree_test.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/layer_tree_host_remote_for_testing.cc ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 9d3e889c749b2793fa38b9e9f2aa45c770f6c83b..c7c41ae574c7d4d9862ac0fe2ffb30128582c80d 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -320,8 +320,8 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
test_hooks_->DidCommitAndDrawFrame();
}
- void DidCompleteSwapBuffers() override {
- test_hooks_->DidCompleteSwapBuffers();
+ void DidReceiveCompositorFrameAck() override {
+ test_hooks_->DidReceiveCompositorFrameAck();
}
void DidPostSwapBuffers() override {}
« no previous file with comments | « cc/test/layer_tree_host_remote_for_testing.cc ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698