commit | 9c2be6aa6ff3ebe988325b6920421f8bed060e1c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Nov 27 19:16:10 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Nov 27 19:16:10 2012 |
tree | 3bce020aba5e1caae161df23b8acc1685f873a7d | |
parent | 21f1305bfeb5e149f40f67614b9c30431eb7493d [diff] [blame] |
Benchmark for measuring the number of layers in a page. BUG=159707 Review URL: https://chromiumcodereview.appspot.com/11363126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169706 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h index 81ce4c2..ee8ac98e 100644 --- a/cc/layer_tree_host_impl.h +++ b/cc/layer_tree_host_impl.h
@@ -371,6 +371,8 @@ size_t m_numImplThreadScrolls; size_t m_numMainThreadScrolls; + size_t m_cumulativeNumLayersInLayerTree; + DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl); };