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

Unified Diff: cc/trees/thread_proxy.h

Issue 363003002: Add duration estimation data to RenderingStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ProxyTimingHistory adds samples. Created 6 years, 5 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/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index 49713d2e88c99380123cb1184e7e36ee9ae97a41..dec6b71f9ad6356ccc579afec4dd5236691bb78f 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -96,7 +96,9 @@ class CC_EXPORT ThreadProxy : public Proxy,
struct ReadbackRequest;
struct CompositorThreadOnly {
- CompositorThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
+ CompositorThreadOnly(ThreadProxy* proxy,
+ int layer_tree_host_id,
+ RenderingStatsInstrumentation*);
danakj 2014/07/17 14:49:35 variable name please
Dominik Grewe 2014/07/18 14:27:20 Done.
~CompositorThreadOnly();
const int layer_tree_host_id;

Powered by Google App Engine
This is Rietveld 408576698