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);
 };