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

Unified Diff: cc/test/fake_compositor_frame_sink_client.cc

Issue 2727553004: [cc] Forward BeginFrameAcks through DirectCFS and CFSSupport. (Closed)
Patch Set: rebase Created 3 years, 10 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_compositor_frame_sink_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_compositor_frame_sink_client.cc
diff --git a/cc/test/fake_compositor_frame_sink_client.cc b/cc/test/fake_compositor_frame_sink_client.cc
index 4e7ba1293ffa3cd4212a879f1959e888fdb43c9b..59963ab5cebe9d7c6fd6dea78ff7346fbcca427e 100644
--- a/cc/test/fake_compositor_frame_sink_client.cc
+++ b/cc/test/fake_compositor_frame_sink_client.cc
@@ -7,6 +7,11 @@
namespace cc {
+void FakeCompositorFrameSinkClient::SetBeginFrameSource(
+ BeginFrameSource* source) {
+ begin_frame_source_ = source;
+}
+
void FakeCompositorFrameSinkClient::DidReceiveCompositorFrameAck() {
ack_count_++;
}
« no previous file with comments | « cc/test/fake_compositor_frame_sink_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698