Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index da2046a390bc9e73faaac5d20cfc0800bfba14eb..e63f5d864a746f2f4e9ff0c3b70977e985c99235 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); |