Index: cc/layers/video_layer.h |
diff --git a/cc/layers/video_layer.h b/cc/layers/video_layer.h |
index c9705cdb4c065da61760d5b16e1e4ec1412729f3..c894c845e03d6fb6fa3ae070d73f202a047287db 100644 |
--- a/cc/layers/video_layer.h |
+++ b/cc/layers/video_layer.h |
@@ -31,6 +31,8 @@ class CC_EXPORT VideoLayer : public Layer { |
// This pointer is only for passing to VideoLayerImpl's constructor. It should |
// never be dereferenced by this class. |
VideoFrameProvider* provider_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(VideoLayer); |
}; |
} // namespace cc |