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

Unified Diff: cc/surfaces/primary_begin_frame_source.cc

Issue 2897053002: [cc] Remove BeginFrameAck from BFS::DidFinishFrame and update tests. (Closed)
Patch Set: sync for PrimaryBFS Created 3 years, 7 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/surfaces/primary_begin_frame_source.h ('k') | cc/surfaces/surface_synchronization_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/primary_begin_frame_source.cc
diff --git a/cc/surfaces/primary_begin_frame_source.cc b/cc/surfaces/primary_begin_frame_source.cc
index 588dbfae67e07ba6d65c40d3376d75e14e2d37ac..900ec98f5be6e5edf63832d8aad3897fbc379ddf 100644
--- a/cc/surfaces/primary_begin_frame_source.cc
+++ b/cc/surfaces/primary_begin_frame_source.cc
@@ -52,9 +52,8 @@ const BeginFrameArgs& PrimaryBeginFrameSource::LastUsedBeginFrameArgs() const {
void PrimaryBeginFrameSource::OnBeginFrameSourcePausedChanged(bool paused) {}
-void PrimaryBeginFrameSource::DidFinishFrame(BeginFrameObserver* obs,
- const BeginFrameAck& ack) {
- begin_frame_source_.DidFinishFrame(obs, ack);
+void PrimaryBeginFrameSource::DidFinishFrame(BeginFrameObserver* obs) {
+ begin_frame_source_.DidFinishFrame(obs);
}
void PrimaryBeginFrameSource::AddObserver(BeginFrameObserver* obs) {
« no previous file with comments | « cc/surfaces/primary_begin_frame_source.h ('k') | cc/surfaces/surface_synchronization_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698