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/animation/transform_operations.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/animation/transform_operations.h') diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h index 9ab0196..b5f960f 100644 --- a/cc/animation/transform_operations.h +++ b/cc/animation/transform_operations.h @@ -74,6 +74,8 @@ class CC_EXPORT TransformOperations { // For efficiency, we cache the decomposed transform. mutable scoped_ptr decomposed_transform_; mutable bool decomposed_transform_dirty_; + + DISALLOW_ASSIGN(TransformOperations); }; } // namespace cc -- cgit v1.1