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

Unified Diff: cc/scheduler/begin_frame_tracker.h

Issue 2832503005: Revert "cc: Make scheduler run incoming frame after previous deadline." (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | cc/scheduler/begin_frame_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/begin_frame_tracker.h
diff --git a/cc/scheduler/begin_frame_tracker.h b/cc/scheduler/begin_frame_tracker.h
index aefed8a1a1453432300c11f8825153b54caa5a47..98b1da48ee1ff7d9dc79236ed90e06e04d825dc0 100644
--- a/cc/scheduler/begin_frame_tracker.h
+++ b/cc/scheduler/begin_frame_tracker.h
@@ -67,7 +67,8 @@ class CC_EXPORT BeginFrameTracker {
// any time.
base::TimeDelta Interval() const;
- void AsValueInto(base::trace_event::TracedValue* dict) const;
+ void AsValueInto(base::TimeTicks now,
+ base::trace_event::TracedValue* dict) const;
// The following methods violate principles of how BeginFrameArgs should be
// used. These methods should only be used when there is no other choice.
« no previous file with comments | « no previous file | cc/scheduler/begin_frame_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698