summaryrefslogtreecommitdiffstats
path: root/cc/trees/single_thread_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/single_thread_proxy.h')
-rw-r--r--cc/trees/single_thread_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index 140ef20..ff8a9d3 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -104,6 +104,9 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
bool inside_draw_;
+ base::TimeDelta total_commit_time_;
+ size_t total_commit_count_;
+
DISALLOW_COPY_AND_ASSIGN(SingleThreadProxy);
};