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

Unified Diff: ui/android/window_android.cc

Issue 2591013004: [cc] Add and use BeginFrameAck for DidFinishFrame. (Closed)
Patch Set: . Created 4 years 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 770fda4bde502d16a39f5dd0a5660e5fbdac6a32..75d22cd1cbea27e8e07b8d700aac0da19df206bc 100644
--- a/ui/android/window_android.cc
+++ b/ui/android/window_android.cc
@@ -41,7 +41,7 @@ class WindowAndroid::WindowBeginFrameSource : public cc::BeginFrameSource {
void AddObserver(cc::BeginFrameObserver* obs) override;
void RemoveObserver(cc::BeginFrameObserver* obs) override;
void DidFinishFrame(cc::BeginFrameObserver* obs,
- size_t remaining_frames) override {}
+ const cc::BeginFrameAck& ack) 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