| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 561fcf6880bcf707801e1854e56bdbcfdecdbc66..0018bb9caf5fc7a372263824cba5a10878cf8437 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -256,7 +256,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
|
|
|
| // Gets gpu factories. Returns NULL if VDA is disabled or a graphics context
|
| // cannot be obtained.
|
| - scoped_refptr<media::GpuVideoDecoder::Factories> GetGpuFactories();
|
| + scoped_refptr<media::GpuVideoDecoderFactories> GetGpuFactories();
|
|
|
| // Returns a graphics context shared among all
|
| // RendererGpuVideoDecoderFactories, or NULL on error. Context remains owned
|
|
|