Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 67084a65ea11547b6885815671fc9afa9a47d929..fa8da87556a9e6817cc1eef8b358cc56106c9ae5 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -256,6 +256,8 @@ class ThreadProxy : public Proxy, |
base::TimeTicks smoothness_takes_priority_expiration_time_; |
bool renew_tree_priority_on_impl_thread_pending_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(ThreadProxy); |
}; |
} // namespace cc |