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

Unified Diff: cc/cc.gyp

Issue 787763006: cc: Adding BeginFrameTracker object and removing Now() from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto master. Created 5 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index abdd958e78dc2126b607eb56db64ae5a8bbf7d9c..90b8d4ff19167bf25f14250e282c7bf84d7a4331 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -500,6 +500,8 @@
'resources/video_resource_updater.h',
'scheduler/begin_frame_source.cc',
'scheduler/begin_frame_source.h',
+ 'scheduler/begin_frame_tracker.cc',
+ 'scheduler/begin_frame_tracker.h',
'scheduler/commit_earlyout_reason.h',
'scheduler/delay_based_time_source.cc',
'scheduler/delay_based_time_source.h',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698