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

Unified Diff: cc/test/fake_external_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/test/fake_external_begin_frame_source.h ('k') | components/exo/surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_external_begin_frame_source.cc
diff --git a/cc/test/fake_external_begin_frame_source.cc b/cc/test/fake_external_begin_frame_source.cc
index 035eb89e72cc63d1c7bf01d76bfac15971109b2b..8398dcfc16c07f4f814513db2fc5cf63319bb67f 100644
--- a/cc/test/fake_external_begin_frame_source.cc
+++ b/cc/test/fake_external_begin_frame_source.cc
@@ -66,10 +66,7 @@ void FakeExternalBeginFrameSource::RemoveObserver(BeginFrameObserver* obs) {
client_->OnRemoveObserver(obs);
}
-void FakeExternalBeginFrameSource::DidFinishFrame(BeginFrameObserver* obs,
- const BeginFrameAck& ack) {
- last_acks_[obs] = ack;
-}
+void FakeExternalBeginFrameSource::DidFinishFrame(BeginFrameObserver* obs) {}
bool FakeExternalBeginFrameSource::IsThrottled() const {
return true;
« no previous file with comments | « cc/test/fake_external_begin_frame_source.h ('k') | components/exo/surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698