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

Unified Diff: cc/scheduler/delay_based_time_source.h

Issue 2767933002: [cc] Don't send missed BeginFrames with past deadline.
Patch Set: add ExternalBFS tests, don't check in DelayBasedBFS. Created 3 years, 9 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: cc/scheduler/delay_based_time_source.h
diff --git a/cc/scheduler/delay_based_time_source.h b/cc/scheduler/delay_based_time_source.h
index a4fb79118e86cc9eaac627463d7b8f503348c1db..d15b4608328abee7998124a026c2a1581a9c2b07 100644
--- a/cc/scheduler/delay_based_time_source.h
+++ b/cc/scheduler/delay_based_time_source.h
@@ -56,9 +56,11 @@ class CC_EXPORT DelayBasedTimeSource {
virtual void AsValueInto(base::trace_event::TracedValue* dict) const;
- protected:
// Virtual for testing.
virtual base::TimeTicks Now() const;
+
+ protected:
+ // Virtual for testing.
virtual std::string TypeString() const;
private:
« no previous file with comments | « cc/scheduler/begin_frame_source_unittest.cc ('k') | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698