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

Unified Diff: cc/test/layer_tree_host_remote_for_testing.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
Index: cc/test/layer_tree_host_remote_for_testing.cc
diff --git a/cc/test/layer_tree_host_remote_for_testing.cc b/cc/test/layer_tree_host_remote_for_testing.cc
index ff877df326e317c68448de0f5060a0f50ee252a1..85fb88b96a590f1be9055dbc671569e35aa1d551 100644
--- a/cc/test/layer_tree_host_remote_for_testing.cc
+++ b/cc/test/layer_tree_host_remote_for_testing.cc
@@ -258,7 +258,7 @@ LayerTreeHostRemoteForTesting::CreateLayerTreeHostInProcess(
return LayerTreeHostInProcess::CreateThreaded(impl_task_runner, &params);
}
-void LayerTreeHostRemoteForTesting::DispatchDrawAndSwapCallbacks() {
+void LayerTreeHostRemoteForTesting::DispatchDrawAndSubmitCallbacks() {
// Don't dispatch callbacks right after the commit on the remote host. Since
// tests rely on CompositorFrames being swapped on the CompositorFrameSink,
// we wait for these callbacks from the LayerTreeHostInProcess.

Powered by Google App Engine
This is Rietveld 408576698