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

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

Issue 1490333005: Don't require VDAs to return all PictureBuffers at once. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved flags into VDA::Capabilities. 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/gpu_video_decode_accelerator.h
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
index ad1e142fc8b2c2238131d7fa7a0263f2ea97de73..9815e0f2225299825685d795ef752b034b3606ac 100644
--- a/content/common/gpu/media/gpu_video_decode_accelerator.h
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
@@ -41,7 +41,7 @@ class GpuVideoDecodeAccelerator
// Static query for supported profiles. This query calls the appropriate
liberato (no reviews please) 2015/12/04 18:28:58 will update this comment.
// platform-specific version. The returned supported profiles vector will
// not contain duplicates.
- static gpu::VideoDecodeAcceleratorSupportedProfiles GetSupportedProfiles();
+ static gpu::VideoDecodeAcceleratorCapabilities GetCapabilities();
// IPC::Listener implementation.
bool OnMessageReceived(const IPC::Message& message) override;

Powered by Google App Engine
This is Rietveld 408576698