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

Unified Diff: cc/test/stub_layer_tree_host_single_thread_client.h

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
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_host_single_thread_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/stub_layer_tree_host_single_thread_client.h
diff --git a/cc/test/stub_layer_tree_host_single_thread_client.h b/cc/test/stub_layer_tree_host_single_thread_client.h
index c508ace5979aa8a494d85408a7bdb0bc749a4c9c..1112675d6c1cebfec534350dde489fc0719a6061 100644
--- a/cc/test/stub_layer_tree_host_single_thread_client.h
+++ b/cc/test/stub_layer_tree_host_single_thread_client.h
@@ -17,9 +17,8 @@ class StubLayerTreeHostSingleThreadClient
// LayerTreeHostSingleThreadClient implementation.
void RequestScheduleComposite() override {}
void RequestScheduleAnimation() override {}
- void DidPostSwapBuffers() override {}
- void DidReceiveCompositorFrameAck() override {}
- void DidAbortSwapBuffers() override {}
+ void DidSubmitCompositorFrame() override {}
+ void DidLoseCompositorFrameSink() override {}
};
} // namespace cc
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_host_single_thread_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698