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

Unified Diff: content/common/gpu/media/vt_video_decode_accelerator_mac.h

Issue 1485043002: Passed is_encrypted parameter to the VDA initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years 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/media/vt_video_decode_accelerator_mac.h
diff --git a/content/common/gpu/media/vt_video_decode_accelerator_mac.h b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
index 15d28a08e2d7f80745c049b0228938f91cbc973f..27a8190ba263ac435e2389e41251eb10a6833272 100644
--- a/content/common/gpu/media/vt_video_decode_accelerator_mac.h
+++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
@@ -41,7 +41,7 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
~VTVideoDecodeAccelerator() override;
// VideoDecodeAccelerator implementation.
- bool Initialize(media::VideoCodecProfile profile, Client* client) override;
+ bool Initialize(const Config& config, Client* client) override;
void Decode(const media::BitstreamBuffer& bitstream) override;
void AssignPictureBuffers(
const std::vector<media::PictureBuffer>& pictures) override;

Powered by Google App Engine
This is Rietveld 408576698