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

Unified Diff: cc/test/layer_tree_host_remote_for_testing.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
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_host_remote_for_testing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_host_remote_for_testing.h
diff --git a/cc/test/layer_tree_host_remote_for_testing.h b/cc/test/layer_tree_host_remote_for_testing.h
index 1ea328ed65e2f3fcfa8fb919efe6c8facab1b8f3..8a404f3326ae200083cbbbe64ae0c4f6e947f700 100644
--- a/cc/test/layer_tree_host_remote_for_testing.h
+++ b/cc/test/layer_tree_host_remote_for_testing.h
@@ -87,7 +87,7 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
bool ShouldRetainClientPageScale(float new_page_scale) override;
// LayerTreeHostRemote interface.
- void DispatchDrawAndSwapCallbacks() override;
+ void DispatchDrawAndSubmitCallbacks() override;
void LayerDidScroll(int engine_layer_id);
void ApplyUpdatesFromInProcessHost();
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_host_remote_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698