Chromium Code Reviews| Index: cc/trees/thread_proxy.h |
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
| index c0e4cb03a19c0acdd625565911b63e5e977c3775..942a15b469a32770f24fc32f5c37893b88fb38c1 100644 |
| --- a/cc/trees/thread_proxy.h |
| +++ b/cc/trees/thread_proxy.h |
| @@ -278,6 +278,8 @@ class ThreadProxy : public Proxy, |
| base::WeakPtrFactory<ThreadProxy> weak_factory_on_impl_thread_; |
| base::WeakPtrFactory<ThreadProxy> weak_factory_; |
| + const int layer_tree_host_id_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(ThreadProxy); |
| }; |