Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index e63a8fc1c482150936f92c8f2423c29eacb8b8dc..8cde4fac84ae2777b2230ed4d67a71cf4ee7b3a1 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -29,8 +29,7 @@ SingleThreadProxy::SingleThreadProxy(LayerTreeHost* layer_tree_host) |
created_offscreen_context_provider_(false), |
renderer_initialized_(false), |
next_frame_is_newly_committed_frame_(false), |
- inside_draw_(false), |
- total_commit_count_(0) { |
+ inside_draw_(false) { |
TRACE_EVENT0("cc", "SingleThreadProxy::SingleThreadProxy"); |
DCHECK(Proxy::IsMainThread()); |
DCHECK(layer_tree_host); |