summaryrefslogtreecommitdiffstats
path: root/cc/animation/transform_operations.h
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 18:47:08 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 18:47:08 +0000
commitfa2d9a5db8999808baaf5030ed005ccc85deb700 (patch)
tree5d256857b07ff7c70e21cb21b3af05ba0642359d /cc/animation/transform_operations.h
parentfa349a967f9f1149dc9aae1bab168f7be7436320 (diff)
downloadchromium_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/animation/transform_operations.h')
-rw-r--r--cc/animation/transform_operations.h2
1 files changed, 2 insertions, 0 deletions
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<gfx::DecomposedTransform> decomposed_transform_;
mutable bool decomposed_transform_dirty_;
+
+ DISALLOW_ASSIGN(TransformOperations);
};
} // namespace cc