Chromium Code Reviews| Index: cc/trees/single_thread_proxy.h |
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
| index ea6b549ea853a36e27938e402bc3ec7ebb6aec17..6bdac7e66928d877e3999a7b0093996d4287d4d5 100644 |
| --- a/cc/trees/single_thread_proxy.h |
| +++ b/cc/trees/single_thread_proxy.h |
| @@ -107,9 +107,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
| bool inside_draw_; |
| - base::TimeDelta total_commit_time_; |
|
egraether
2013/03/23 00:15:40
Forgot to remove these as well.
|
| - size_t total_commit_count_; |
| - |
| DISALLOW_COPY_AND_ASSIGN(SingleThreadProxy); |
| }; |