summaryrefslogtreecommitdiffstats
path: root/cc/layers/video_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/video_layer.h')
-rw-r--r--cc/layers/video_layer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layers/video_layer.h b/cc/layers/video_layer.h
index c9705cd..c894c84 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