X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmedia%2Fcdm%2Fppapi%2Fcdm_helpers.h;h=e033dd79bf81b586327efc85e544250ef65fa73a;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=cb9203e105a27c2ec4b0f5d10ce4c9ba51cc425e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/media/cdm/ppapi/cdm_helpers.h b/src/media/cdm/ppapi/cdm_helpers.h index cb9203e..e033dd79b 100644 --- a/src/media/cdm/ppapi/cdm_helpers.h +++ b/src/media/cdm/ppapi/cdm_helpers.h @@ -189,8 +189,7 @@ class VideoFrameImpl : public cdm::VideoFrame { DISALLOW_COPY_AND_ASSIGN(VideoFrameImpl); }; -class AudioFramesImpl : public cdm::AudioFrames_1, - public cdm::AudioFrames_2 { +class AudioFramesImpl : public cdm::AudioFrames_2 { public: AudioFramesImpl() : buffer_(NULL), format_(cdm::kUnknownAudioFormat) {} virtual ~AudioFramesImpl() {