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

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

Issue 795633005: Add VDA supported profile to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 5 years, 8 months 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/android_video_encode_accelerator.h
diff --git a/content/common/gpu/media/android_video_encode_accelerator.h b/content/common/gpu/media/android_video_encode_accelerator.h
index 7f2f4c01931fe3ad9d6e81ac1a877e25cf8ed227..c828de8493f8b40dfaa2d51a07ad019b4d127bd9 100644
--- a/content/common/gpu/media/android_video_encode_accelerator.h
+++ b/content/common/gpu/media/android_video_encode_accelerator.h
@@ -35,8 +35,8 @@ class CONTENT_EXPORT AndroidVideoEncodeAccelerator
~AndroidVideoEncodeAccelerator() override;
// media::VideoEncodeAccelerator implementation.
- std::vector<media::VideoEncodeAccelerator::SupportedProfile>
- GetSupportedProfiles() override;
+ media::VideoEncodeAccelerator::SupportedProfiles GetSupportedProfiles()
+ override;
bool Initialize(media::VideoFrame::Format format,
const gfx::Size& input_visible_size,
media::VideoCodecProfile output_profile,

Powered by Google App Engine
This is Rietveld 408576698