summaryrefslogtreecommitdiffstats
path: root/media/video/video_decode_accelerator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/video/video_decode_accelerator.cc')
-rw-r--r--media/video/video_decode_accelerator.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
index 6ffbda5..0c6b2b9 100644
--- a/media/video/video_decode_accelerator.cc
+++ b/media/video/video_decode_accelerator.cc
@@ -9,8 +9,16 @@
namespace media {
+void VideoDecodeAccelerator::Client::NotifyCdmAttached(bool success) {
+ NOTREACHED() << "By default CDM is not supported.";
+}
+
VideoDecodeAccelerator::~VideoDecodeAccelerator() {}
+void VideoDecodeAccelerator::SetCdm(int cdm_id) {
+ NOTREACHED() << "By default CDM is not supported.";
+}
+
bool VideoDecodeAccelerator::CanDecodeOnIOThread() {
// GPU process subclasses must override this.
LOG(FATAL) << "This should only get called in the GPU process";