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

Unified Diff: cc/test/test_hooks.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/test_compositor_frame_sink.cc ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index 9491063cc90e898ee4124a4e2a1279ec8407613f..61f6f82a7a71253ba6e5c5681c337a20e80771b9 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -93,7 +93,7 @@ class TestHooks : public AnimationDelegate {
virtual void WillCommit() {}
virtual void DidCommit() {}
virtual void DidCommitAndDrawFrame() {}
- virtual void DidCompleteSwapBuffers() {}
+ virtual void DidReceiveCompositorFrameAck() {}
virtual void ScheduleComposite() {}
virtual void DidActivateSyncTree() {}
« no previous file with comments | « cc/test/test_compositor_frame_sink.cc ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698