summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h')
-rw-r--r--chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h b/chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h
index 3c49de8f8dd..df24f24505b 100644
--- a/chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h
+++ b/chromium/media/gpu/v4l2/v4l2_video_decoder_backend.h
@@ -61,6 +61,9 @@ class V4L2VideoDecoderBackend {
virtual DmabufVideoFramePool* GetVideoFramePool() const = 0;
};
+ V4L2VideoDecoderBackend(const V4L2VideoDecoderBackend&) = delete;
+ V4L2VideoDecoderBackend& operator=(const V4L2VideoDecoderBackend&) = delete;
+
virtual ~V4L2VideoDecoderBackend();
virtual bool Initialize() = 0;
@@ -113,7 +116,6 @@ class V4L2VideoDecoderBackend {
scoped_refptr<V4L2Queue> output_queue_;
SEQUENCE_CHECKER(sequence_checker_);
- DISALLOW_COPY_AND_ASSIGN(V4L2VideoDecoderBackend);
};
} // namespace media