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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2444563002: cc: Remove "SwapBuffers" naming from LayerTreeHostSingleThreadClient (Closed)
Patch Set: swapsinglethread: fix-name-in-browsertest 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_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 55c9a3d62f544fde2e5605c5eddc97d732eca9b3..4f52a749c4b299a6bbfe016ee8936a88b119bd90 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -324,8 +324,8 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
test_hooks_->DidReceiveCompositorFrameAck();
}
- void DidPostSwapBuffers() override {}
- void DidAbortSwapBuffers() override {}
+ void DidSubmitCompositorFrame() override {}
+ void DidLoseCompositorFrameSink() override {}
void RequestScheduleComposite() override { test_hooks_->ScheduleComposite(); }
void DidCompletePageScaleAnimation() override {}
void BeginMainFrameNotExpectedSoon() override {
« no previous file with comments | « blimp/client/support/compositor/blimp_embedder_compositor.h ('k') | cc/test/stub_layer_tree_host_single_thread_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698