From fa2d9a5db8999808baaf5030ed005ccc85deb700 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Wed, 27 Mar 2013 18:47:08 +0000 Subject: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. Also DISALLOW_IMPLICIT_CONSTRUCTORS in a few places instead. NOTRY=true R=jamesr Review URL: https://chromiumcodereview.appspot.com/13065006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190989 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/trees/thread_proxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/trees/thread_proxy.h') diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h index 23a3348..5d6837c 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 -- cgit v1.1