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

Unified Diff: cc/blimp/layer_tree_host_remote.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: cc/blimp/layer_tree_host_remote.h
diff --git a/cc/blimp/layer_tree_host_remote.h b/cc/blimp/layer_tree_host_remote.h
index 5ce5f1698e94e8525f1a1e43da8380a4ed9d6caa..c6fe8dd0ce880948f6c1b481a97cd4427e126b14 100644
--- a/cc/blimp/layer_tree_host_remote.h
+++ b/cc/blimp/layer_tree_host_remote.h
@@ -106,7 +106,7 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost,
return remote_compositor_bridge_.get();
}
- virtual void DispatchDrawAndSwapCallbacks();
+ virtual void DispatchDrawAndSubmitCallbacks();
void SetTaskRunnerProviderForTesting(
std::unique_ptr<TaskRunnerProvider> task_runner_provider);

Powered by Google App Engine
This is Rietveld 408576698