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

Unified Diff: cc/layer_tree_host.h

Issue 12804006: cc: Save correct frame begin time to FrameRateCounter (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index e5719ec353b3c58ef38b74ef17bf70935f1efe16..c666f1afe5f74923425204873ea16cadc73e817a 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -118,7 +118,7 @@ public:
LayerTreeHostClient* client() { return m_client; }
- void composite();
+ void composite(base::TimeTicks frameBeginTime);
// Only used when compositing on the main thread.
void scheduleComposite();
« no previous file with comments | « cc/frame_rate_controller.cc ('k') | cc/layer_tree_host.cc » ('j') | cc/layer_tree_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698