diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 18:47:08 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 18:47:08 +0000 |
commit | fa2d9a5db8999808baaf5030ed005ccc85deb700 (patch) | |
tree | 5d256857b07ff7c70e21cb21b3af05ba0642359d /cc/trees/thread_proxy.h | |
parent | fa349a967f9f1149dc9aae1bab168f7be7436320 (diff) | |
download | chromium_src-fa2d9a5db8999808baaf5030ed005ccc85deb700.zip chromium_src-fa2d9a5db8999808baaf5030ed005ccc85deb700.tar.gz chromium_src-fa2d9a5db8999808baaf5030ed005ccc85deb700.tar.bz2 |
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
Diffstat (limited to 'cc/trees/thread_proxy.h')
-rw-r--r-- | cc/trees/thread_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |