| 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..59254fd9c1618cbfa854c189b94755f73b250b49 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -38,10 +38,10 @@ class GpuVideoDecodeAccelerator
|
| GpuCommandBufferStub* stub,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner);
|
|
|
| - // Static query for supported profiles. This query calls the appropriate
|
| - // platform-specific version. The returned supported profiles vector will
|
| - // not contain duplicates.
|
| - static gpu::VideoDecodeAcceleratorSupportedProfiles GetSupportedProfiles();
|
| + // Static query for the capabilities, which includes the supported profiles.
|
| + // This query calls the appropriate platform-specific version. The returned
|
| + // capabilities will not contain duplicate supported profile entries.
|
| + static gpu::VideoDecodeAcceleratorCapabilities GetCapabilities();
|
|
|
| // IPC::Listener implementation.
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|