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

Unified Diff: cc/surfaces/primary_begin_frame_source.h

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/display_scheduler.cc ('k') | cc/surfaces/primary_begin_frame_source.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.h
diff --git a/cc/surfaces/primary_begin_frame_source.h b/cc/surfaces/primary_begin_frame_source.h
index e881a29727127e876e572e262fccb2f1c74e4af2..cf424aac98d06bb2f5310ec56e97e90d0e16acf5 100644
--- a/cc/surfaces/primary_begin_frame_source.h
+++ b/cc/surfaces/primary_begin_frame_source.h
@@ -28,8 +28,7 @@ class PrimaryBeginFrameSource : public BeginFrameSource,
void OnBeginFrameSourcePausedChanged(bool paused) override;
// BeginFrameSource implementation.
- void DidFinishFrame(BeginFrameObserver* obs,
- const BeginFrameAck& ack) override;
+ void DidFinishFrame(BeginFrameObserver* obs) override;
void AddObserver(BeginFrameObserver* obs) override;
void RemoveObserver(BeginFrameObserver* obs) override;
bool IsThrottled() const override;
« no previous file with comments | « cc/surfaces/display_scheduler.cc ('k') | cc/surfaces/primary_begin_frame_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698