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

Unified Diff: cc/layer_tree_host_impl.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_impl.h
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index 81097e367951f3eb68fa0380cd8797c4deca53c6..c4f33f3b5a5de7e809554088cd3e899c319d9154 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -120,7 +120,7 @@ public:
// didDrawAllLayers must also be called, regardless of whether drawLayers is
// called between the two.
virtual bool prepareToDraw(FrameData&);
- virtual void drawLayers(FrameData&);
+ virtual void drawLayers(FrameData&, base::TimeTicks frameBeginTime);
// Must be called if and only if prepareToDraw was called.
void didDrawAllLayers(const FrameData&);
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_impl.cc » ('j') | cc/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698