Index: cc/animation/transform_operations.h |
diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h |
index 9ab0196711877f28963f99c60f49df6252781ec1..b5f960fa6880de4a83731dedd09fcae2062d06d3 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 |