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

Unified Diff: ui/android/window_android.cc

Issue 2897053002: [cc] Remove BeginFrameAck from BFS::DidFinishFrame and update tests. (Closed)
Patch Set: fix exo compile error 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
Index: ui/android/window_android.cc
diff --git a/ui/android/window_android.cc b/ui/android/window_android.cc
index 9f079b77c30024e59b9cfd00af14d1ab8e7dcdc8..388d4c6daad927a328350e5b0396f16394ca77d8 100644
--- a/ui/android/window_android.cc
+++ b/ui/android/window_android.cc
@@ -38,8 +38,7 @@ class WindowAndroid::WindowBeginFrameSource : public cc::BeginFrameSource {
// cc::BeginFrameSource implementation.
void AddObserver(cc::BeginFrameObserver* obs) override;
void RemoveObserver(cc::BeginFrameObserver* obs) override;
- void DidFinishFrame(cc::BeginFrameObserver* obs,
- const cc::BeginFrameAck& ack) override {}
+ void DidFinishFrame(cc::BeginFrameObserver* obs) override {}
bool IsThrottled() const override { return true; }
void OnVSync(base::TimeTicks frame_time, base::TimeDelta vsync_period);

Powered by Google App Engine
This is Rietveld 408576698