Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: content/common/gpu/client/gpu_video_decode_accelerator_host.h

Issue 1485043002: Passed is_encrypted parameter to the VDA initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h
diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
index 9f9e8e26b2b7ec65872fa41c90989467fd01ba02..d5ecb46884c263a5cebe8c25d747d0b1cc332227 100644
--- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
@@ -35,7 +35,8 @@ class GpuVideoDecodeAcceleratorHost
bool OnMessageReceived(const IPC::Message& message) override;
// media::VideoDecodeAccelerator implementation.
- bool Initialize(media::VideoCodecProfile profile, Client* client) override;
+ bool Initialize(const media::VideoDecodeAccelerator::InitParams& params,
+ Client* client) override;
void SetCdm(int cdm_id) override;
void Decode(const media::BitstreamBuffer& bitstream_buffer) override;
void AssignPictureBuffers(

Powered by Google App Engine
This is Rietveld 408576698