| 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, ¶ms);
|
| }
|
|
|
| -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.
|
|
|