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

Unified Diff: cc/output/begin_frame_args.cc

Issue 2778223005: Plumb activation time to main (Closed)
Patch Set: add a vector instead of single activate frame time 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
Index: cc/output/begin_frame_args.cc
diff --git a/cc/output/begin_frame_args.cc b/cc/output/begin_frame_args.cc
index ae595450857d753617200f8b5fc839c1a1f5334a..c921b834a1fbbc1871cd2e07b43aebe83f47678d 100644
--- a/cc/output/begin_frame_args.cc
+++ b/cc/output/begin_frame_args.cc
@@ -26,6 +26,9 @@ const char* BeginFrameArgs::TypeToString(BeginFrameArgsType type) {
constexpr uint64_t BeginFrameArgs::kInvalidFrameNumber;
constexpr uint64_t BeginFrameArgs::kStartingFrameNumber;
+BeginFrameArgs::BeginFrameArgs(const BeginFrameArgs& other) = default;
+BeginFrameArgs::~BeginFrameArgs() {}
vmpstr 2017/04/05 19:11:33 nit: this can be = default as well
panicker 2017/04/08 00:29:06 Done.
+
BeginFrameArgs::BeginFrameArgs()
: frame_time(base::TimeTicks()),
deadline(base::TimeTicks()),

Powered by Google App Engine
This is Rietveld 408576698