| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index ff8a9d324dbd3bf150e27a8f3dc46d6bfe0df1d8..140ef208eb0b011d7cfc363cb5e77b4932c91d23 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -104,9 +104,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
|
|
| bool inside_draw_;
|
|
|
| - base::TimeDelta total_commit_time_;
|
| - size_t total_commit_count_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SingleThreadProxy);
|
| };
|
|
|
|
|